Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fiber | 26,580 | 656 | 12 hours ago | 275 | September 08, 2022 | 51 | mit | Go | ||
⚡️ Express inspired web framework written in Go | ||||||||||
Locust | 21,466 | a day ago | 41 | September 21, 2022 | 9 | mit | Python | |||
Write scalable load tests in plain Python 🚗💨 | ||||||||||
Fasthttp | 19,662 | 645 | 1,957 | 21 hours ago | 175 | September 03, 2022 | 71 | mit | Go | |
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | ||||||||||
Nginx Admins Handbook | 12,393 | 2 years ago | 1 | mit | Shell | |||||
How to improve NGINX performance, security, and other important things. | ||||||||||
Web Frameworks | 6,675 | a day ago | 13 | April 27, 2021 | 189 | mit | PHP | |||
Which is the fastest web framework? | ||||||||||
Webserver | 6,353 | 14 days ago | 99 | mit | C++ | |||||
A C++ High Performance Web Server | ||||||||||
Vibora | 5,639 | 2 years ago | 145 | mit | Python | |||||
Fast, asynchronous and elegant Python web framework. | ||||||||||
Jsdelivr | 4,911 | a month ago | 17 | mit | JavaScript | |||||
A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM | ||||||||||
Bombardier | 4,326 | 3 days ago | 10 | October 15, 2020 | 13 | mit | Go | |||
Fast cross-platform HTTP benchmarking tool written in Go | ||||||||||
Laravel Swoole | 3,922 | 17 | 6 | 2 months ago | 53 | March 19, 2022 | 32 | mit | PHP | |
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications. |
Please consider using mpapierski/http-server instead.
===
Boost.Asio + http-parser from Joyent = fun.
===
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!).
mkdir build
cd build
cmake ..
make
make test
TBA