C++的 Web 框架 TreeFrog

openkk 12年前
     TreeFrog Framework 是一个高速的全堆栈的 Web 应用开发框架,基于 C++ 和 Qt 。 提供了 O/R 映射框架和模板系统以及MVC架构。    <br />    <h2>Features</h2>    <ul>     <li><strong>High performance </strong> -  High-speed web application is much better for users!  <strong><em><a href="/misc/goto?guid=4958192785105134069">See here!</a></em></strong></li>     <li><strong>Framework written in C++</strong>  -  Web application can be developed in C++ language</li>     <li><strong>Template system</strong>  -  Completely divided templates and presentation logic</li>     <li><strong>Full-stack</strong>  -  Most modules included</li>     <li><strong>Cross-platform</strong>  -  Windows, Mac OS X, Linux, etc.  Same source code can work on other platforms</li>     <li><strong>MVC architecture</strong></li>     <li><strong>O/R mapping</strong>  -  Conceals complex and troublesome database accesses</li>     <li><strong>Routing system</strong>  -  No need to write the routing rules one by one into a configuration file</li>     <li><strong>Generator </strong>- Automatically generates scaffolds and Makefiles</li>     <li><strong>Ajax support<br /> </strong></li>     <li><strong>OSS</strong>  -  New BSD License</li>    </ul>    <span style="font-weight:bold;">项目地址</span>:    <a href="/misc/goto?guid=4958192785854909691" target="_blank">http://www.treefrogframework.org/</a>    <br />