Skip to content

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

License

Notifications You must be signed in to change notification settings

s2x/ccframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published