mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4ca62e9076
for C++. To create webapplications Tntnet has a template-language called ecpp similar to php, jsp or mason, where you can embed c++-code inside a html-page to generate active content. The ecpp-files are precompiled to c++-classes called components and compiled and linked into a shared library. This process is done at compiletime. WWW: http://www.tntnet.org/index.html
9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
Tntnet is a modular, multithreaded, high performance webapplicationserver
|
|
for C++. To create webapplications Tntnet has a template-language called
|
|
ecpp similar to php, jsp or mason, where you can embed c++-code inside a
|
|
html-page to generate active content. The ecpp-files are precompiled to
|
|
c++-classes called components and compiled and linked into a shared
|
|
library. This process is done at compiletime.
|
|
|
|
WWW: http://www.tntnet.org/index.html
|