GreateCode / asio_http

High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is unmaintained

Please consider using https://github.com/mpapierski/http-server instead.

===

Boost.Asio + http-parser from Joyent = fun. Build Status

===

Introduction

You can create your own high performance HTTP based services in seconds. This library uses http-parser library from Joyent which is based on the nginx http parser (and powers nodejs http lib too!).

Building

mkdir build
cd build
cmake ..
make
make test

License

TBA

About

High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.


Languages

Language:C++ 54.7%Language:C 44.2%Language:Python 0.7%Language:CMake 0.4%