Suppose I wanted to write a C++ based web application...

https://news.ycombinator.com/item?id=323863
by jgalvez • 18 years ago
33 86 18 years ago

What should I use? Ideally I would either have a Python or Ruby application with all its bottlenecks coded as external libraries in C. But what if I just wanted to write plain C++? How can I run it without having to resort to CGI or running it on top of a webserver library (eg. the app is the server)? Are there any event-driven servers that allow for easy plugging in of C++ applications?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com