Asio_http

High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.
Alternatives To Asio_http
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Fiber26,58065612 hours ago275September 08, 202251mitGo
⚡️ Express inspired web framework written in Go
Locust21,466
a day ago41September 21, 20229mitPython
Write scalable load tests in plain Python 🚗💨
Fasthttp19,6626451,95721 hours ago175September 03, 202271mitGo
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
Nginx Admins Handbook12,393
2 years ago1mitShell
How to improve NGINX performance, security, and other important things.
Web Frameworks6,675
a day ago13April 27, 2021189mitPHP
Which is the fastest web framework?
Webserver6,353
14 days ago99mitC++
A C++ High Performance Web Server
Vibora5,639
2 years ago145mitPython
Fast, asynchronous and elegant Python web framework.
Jsdelivr4,911
a month ago17mitJavaScript
A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM
Bombardier4,326
3 days ago10October 15, 202013mitGo
Fast cross-platform HTTP benchmarking tool written in Go
Laravel Swoole3,9221762 months ago53March 19, 202232mitPHP
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Alternatives To Asio_http
Select To Compare


Alternative Project Comparisons
Readme

This project is unmaintained

Please consider using 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

Popular Http Projects
Popular Performance Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Http
Performance
Asio