Web interface with FastCGI or with direct HTTP?
- by Basile Starynkevitch
Let's assume I want (for fun at start) to play with some new DSL (domain specific language) idea. And I really want its user[s] (probably only me at first) to interact thru a web interface. I'll probably implement it in C++ (probably using LLVM).
Should I use an HTTP server library (like libonion or microhttpd) to talk directly HTTP or should I…