The TreeFrog Framework was designed as a high-speed and full-stack C++ framework that is supposed to help you develop Web applications.
Because the sever-side framework was written in C++/Qt, web applications can run faster than that of lightweight programming language.
In application development, it provides an O/R mapping system and template systems on an MVC architecture, aims to achieve high productivity through the policy of convention over configuration.
Here are some key features of "TreeFrog Framework":
· High performance - High-speed web application is much better for users! See here!
· Framework written in C++ - Web application can be developed in C++ language
· Template system - Completely divided templates and presentation logic
· Full-stack - Most modules included
· Cross-platform - Windows, Mac OS X, Linux, etc. Same source code can work on other platforms
· MVC architecture
· O/R mapping - Conceals complex and troublesome database accesses
· Routing system - No need to write the routing rules one by one into a configuration file
· Generator - Automatically generates scaffolds and Makefiles
· Ajax support
· OSS - New BSD License
Requirements:
· Qt SDK
What's New in This Release: [ read full changelog ]
· Output view of files of ERB format at scaffolding is available.
· Bugs in the configure script were fixed.
· Other bugs were fixed.