alvas / cinatra

A sinatra inspired modern c++ web framework

Home Page:http://purecpp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

#Build on linux

First: Boost library

#####Debian/Ubuntu:

sudo apt-get install libboost-dev
sudo apt-get install libboost-system-dev libboost-coroutine-dev libboost-thread-dev

ArchLinux

sudo pacman -S boost

Then: Make binary

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

Used open source library:

QQ group:340713904

About

A sinatra inspired modern c++ web framework

http://purecpp.org/

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.6%Language:CMake 1.1%Language:Shell 0.3%