Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.82 KB

File metadata and controls

55 lines (44 loc) · 1.82 KB

ccFramework

Extreme fast C++ framework for web projects. Designed for low-cost VPS as well as for high-performance, multi-processor servers.

Requirements

  • Git for source download,
  • G++ compiler with support for C++11,
  • autotools,
  • libfcgi

Debian 7 installation instructions

Here is list of packages to install before compile ccFramework

  • install some debian packages apt-get install g++ libpcre3-dev libyaml-cpp-dev libfcgi-dev libboost-dev git
  • clone repo: git clone https://github.com/s2x/ccframework.git
  • change dir: cd ccframework
  • run cmake: cmake .
  • install: make && make install

Examples

Code examples can be found in docs directory.

RoadMap

Version 0.6

  • Stabilize the API
  • Add some Documentation

Version 0.5

  • Forms support - a lot work to do here

Version 0.4

  • Add loadable plugins

Version 0.3

  • Rewrite routing as tree structure
  • Add ACL to routing

Version 0.2

Version 0.1