cppsp_0.2-rc7.tar.xz (cppsp_0.2-rc7.tar.xz( 外部リンク: SF.net): 97,518 バイト)のダウンロードが開始されます。開始されない場合,左のリンクをクリックしてください。

ファイル情報

ファイルサイズ
97,518 バイト
MD5
6046b13f87f42c7c9dd1af844971dacc

プロジェクト概要

CPPSP (C++ Server Pages) is an open source web application framework similar to ASP.NET. It features a template parser that parses, compiles, and loads CPPSP pages automatically at runtime. CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>".

CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory management, and container classes.

CPPSP project home page:
http://xa.us.to/cppsp/index.cppsp

Main development happens on github at:
https://github.com/xaxaxa/workspace/

Documentation is currently being worked on, but there is a doxygen reference at:
http://xa.us.to/cppsp/doxygen/html/classcppsp_1_1_page.html

GCC 4.7 or above is required even for the binary release because .cppsp pages need to be compiled at runtime.

CPPSP currently only supports linux (due to the use of epoll).