|
1 | | -TreeFrog Framework |
2 | | -================== |
| 1 | +Small but Powerful and Efficient |
| 2 | +================================ |
3 | 3 |
|
4 | 4 | TreeFrog Framework is a high-speed and full-stack web application framework |
5 | 5 | based on C++ and Qt. Web applications can run faster than that of lightweight |
6 | 6 | programming language. In application development, it provides an O/R mapping |
7 | 7 | system and template system on an MVC architecture, aims to achieve high |
8 | 8 | productivity through the policy of convention over configuration. |
9 | 9 |
|
10 | | -Requirements |
11 | | ------------- |
12 | | -TreeFrog uses the qt qmake build system. |
13 | | - |
14 | 10 | Features |
15 | 11 | -------- |
16 | | - |
17 | | - * High performance - High-speed web application is much better for users! |
18 | | - * Framework written in C++ - Web application can be developed in C++ lang |
| 12 | + * High performance - Highly optimized Application server engine of C++ |
| 13 | + * O/R mapping - Conceals complex and troublesome database accesses |
19 | 14 | * Template system - Completely divided templates and presentation logic |
20 | | - * Full-stack - Most modules included |
| 15 | + * Support for many DB - MySQL, PostgreSQL, ODBC, SQLite, Oracle, DB2, |
| 16 | + InterBase and MongoDB |
| 17 | + * Support WebSocket - Providing full-duplex communications channels |
| 18 | + * Generator - Generates scaffolds and Makefiles automatically |
21 | 19 | * Cross-platform - Windows, Mac OS X, Linux, etc. Same source code can |
22 | | - work on other platforms |
23 | | - * MVC architecture |
24 | | - * O/R mapping - Conceals complex and troublesome database accesses |
25 | | - * Routing system - No need to write the routing rules one by one into a |
26 | | - configuration file |
27 | | - * Generator - Automatically generates scaffolds and Makefiles |
28 | | - * Ajax support - JSON, XML and Plain text available |
29 | | - * NoSQL database support - MongoDB support |
| 20 | + work on other platforms |
| 21 | + * Ajax support - JSON, XML and Plain text available |
30 | 22 | * OSS - New BSD License |
31 | 23 |
|
32 | | -Releases |
33 | | --------- |
34 | | - https://github.com/treefrogframework/treefrog-framework/releases |
| 24 | +Requirements |
| 25 | +------------ |
| 26 | +TreeFrog uses the qt qmake build system. |
35 | 27 |
|
36 | 28 | Web Site |
37 | 29 | -------- |
38 | 30 | http://www.treefrogframework.org/ |
39 | 31 |
|
| 32 | +Releases |
| 33 | +-------- |
| 34 | + https://github.com/treefrogframework/treefrog-framework/releases |
| 35 | + |
40 | 36 | Documents |
41 | 37 | --------- |
42 | 38 | Get addtional information on the site: |
|
0 commit comments