2007-06-26 21:03:17 +00:00
|
|
|
Tntnet is a web application server for web applications written in C++.
|
|
|
|
|
|
|
|
You can write a Web-page with HTML and with special tags you embed
|
|
|
|
C++-code into the page for active contents. These pages, called
|
2011-03-14 09:15:33 +00:00
|
|
|
components, are compiled into C++-classes with the ecpp-compiler
|
2007-06-26 21:03:17 +00:00
|
|
|
"ecppc", then compiled into objectcode and linked into a shared library.
|
|
|
|
This shared library is loaded by the webserver "tntnet" on request and
|
|
|
|
executed.
|