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!
For a weekend project I’m looking for a micro web-framework like bottle.py (http://bottlepy.org) but
Share
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.