Are there any good web frameworks for C?

8 points by cioc ↗ HN

3 comments

[ 9.9 ms ] story [ 1483 ms ] thread
Probably not, and you will be doing so many string manipulations that it might not be worth trying. There are a few libraries for getting CGI parameters, but that's all I'm aware of.

If your reason for wanting to code in C is for performance at a popular site, cacheing and server configuration will probably be the most important factor.