How do I convert a c++ console application to a webapp?

Started by Ed, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Shay

Hello everyone, I would like to submit a question concerning the field of health, how do i convert a c++ console application to a webapp? Thank you very much for helping me.

Romeo

Check CppCMS framework. It makes it easy to implement Web services in C++, handle requests and output responses, also with HTML templates. Simply, server-side embedded C++ scripting capability.