For a weekend project I'm looking for a micro web-framework like bottle.py (http://bottlepy.org) but for plain old C. Sadly Google was not very helpful. Any suggestions are welcome!
facil.io is an evented Network library written in C. facil.io provides high performance TCP/IP network services by using an evented design that was tested to provide an easy solution to the C10K problem.
A microframework is a term used to refer to minimalistic web application frameworks. It is contrasted with full-stack frameworks. It lacks most of the functionality which is common to expect in a full-fledged web application framework, such as: Accounts, authentication, authorization, roles.
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.
Python Web Framework — Python Flask. Like we've said before, Flask is a microframework for Python. It includes a built-in development server, and unit-testing support. It is also fully Unicode-enabled with RESTful request-dispatching and WSGI compliance.
After some more search I found libSoup, which looks very nice and is really easy to use. But beware: libSoup is part of GNOME - so this might not be so micro after all when it comes to dependencies.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With