Skip to content

ljia310/cinatra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#cinatra Build Status Coverage Status a sinatra inspired modern c++ web framework

#Build on linux

###Debian/Ubuntu:

First: Boost library
sudo apt-get install libboost-dev
sudo apt-get install libboost-system-dev libboost-coroutine-dev libboost-thread-dev

Then: Make binary
git clone https://github.com/topcpporg/cinatra.git
cd cinatra
mkdir build
cd build
cmake ..
make
Done!

About

A sinatra inspired modern c++ web framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.5%
  • CSS 34.5%
  • JavaScript 7.1%
  • HTML 4.2%
  • CMake 1.6%
  • Shell 1.1%