TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Are there any good web frameworks for C?

8 pointsby ciocabout 13 years ago

3 comments

davyjonesabout 13 years ago
There is GWan (<a href="http://gwan.com/" rel="nofollow">http://gwan.com/</a>) but it is not open source.<p>If you are OK with C++, there is Wt (<a href="http://www.webtoolkit.eu/wt" rel="nofollow">http://www.webtoolkit.eu/wt</a>).
bjeanesabout 13 years ago
<a href="https://github.com/AlexBio/Tofu" rel="nofollow">https://github.com/AlexBio/Tofu</a> is pretty awesome (but also pretty new)
Tangaroaabout 13 years ago
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.<p>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.