The C++ web stack, is there one?

Posted by NimChimpsky on Programmers See other posts from Programmers or by NimChimpsky
Published on 2012-10-15T09:37:04Z Indexed on 2012/10/15 9:48 UTC
Read the original article Hit count: 376

Java would be jsps and servlets (or a framework such as Spring) running on the JVM and tomcat (or glassfish etc).

C# would be asp and C# running on dot.net framework and IIS ? (I have no experience with this please correct and improve my terminology)

Is there an equivalent for C++ ? I could happily call some C++ from a java servlet/controller but was wondering if there are existing frameworks and libraries out there specifically for creating business logic in C++ with a web front end.

© Programmers or respective owner

Related posts about web-development

Related posts about c++