8000 GitHub - queenfrank/cinatra: A sinatra inspired modern c++ web framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

queenfrank/cinatra

 
 

Repository files navigation

#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:

examples: https://github.com/topcpporg/cinatra_example

QQ group:340713904

About

A sinatra inspired modern c++ web framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.4%
  • C 48.0%
  • CMake 1.5%
  • HTML 1.1%
0