Hey everyone! =)
I'm starting an Application Development club at my college!
However, there are a fair amount of programmers with multiple backgrounds who want to be a part of the club and partake in some of the Software we will create.
Most of the people who are joining the club know C++, PHP, HTML, Java and MySQL/Oracle.
Bridging the gap between the Database-heavy individuals and Java will be a breeze. Bridging databases with C++ will also be a breeze. HTML-to-database communication can also be done.
Communicating between HTML and Java is easy, but communicating between C++ and HTML apparently is no walk in the park.
I've done some research, and found a few libraries that support C++ to HTML communication (via C++ Servlet containers), and found libraries such as SWILL (which has limitations on concurrency and is considered unsafe) and C++ES (which happens to be an individuals Master's Thesis O_O ), but I'd like to know if there is some kind of Boost implementation of a C++ Servlet container, or if there's any practical way for interfacing C++ with web-based applications?
I'd just like to be steered into the right direction =). I don't want anyone who joins the club to feel left out and unable to really contribute to a project.
Of course we're going to start with very simple applications that are very useful (i.e., a convenient collection of information or tools for Students in a class to use when given a lesson by a particular instructor, or possibly a calculator for equations (though it is probably already done, it will be custom made by individuals in our club and have our club logo as well as the college we're affiliated with... etc)). We'll build our reputation and knowledge base as we progress =)
So what would be an ideal approach for the main problem? Bridging the gap between C++ and HTML?
Thank you!
-Alex