Awesome Open Source
Awesome Open Source
Combined Topics
http-server
x
Advertising
📦 10
All Projects
Application Programming Interfaces
📦 124
Applications
📦 192
Artificial Intelligence
📦 78
Blockchain
📦 73
Build Tools
📦 113
Cloud Computing
📦 80
Code Quality
📦 28
Collaboration
📦 32
Command Line Interface
📦 49
Community
📦 83
Companies
📦 60
Compilers
📦 63
Computer Science
📦 80
Configuration Management
📦 42
Content Management
📦 175
Control Flow
📦 213
Data Formats
📦 78
Data Processing
📦 276
Data Storage
📦 135
Economics
📦 64
Frameworks
📦 215
Games
📦 129
Graphics
📦 110
Hardware
📦 152
Integrated Development Environments
📦 49
Learning Resources
📦 166
Legal
📦 29
Libraries
📦 129
Lists Of Projects
📦 22
Machine Learning
📦 347
Mapping
📦 64
Marketing
📦 15
Mathematics
📦 55
Media
📦 239
Messaging
📦 98
Networking
📦 315
Operating Systems
📦 89
Operations
📦 121
Package Managers
📦 55
Programming Languages
📦 245
Runtime Environments
📦 100
Science
📦 42
Security
📦 396
Social Media
📦 27
Software Architecture
📦 72
Software Development
📦 72
Software Performance
📦 58
Software Quality
📦 133
Text Editors
📦 49
Text Processing
📦 136
User Interface
📦 330
User Interface Components
📦 514
Version Control
📦 30
Virtualization
📦 71
Web Browsers
📦 42
Web Servers
📦 26
Web User Interface
📦 210
The Top 187 Http Server Open Source Projects
Categories
>
Web Servers
>
Http Server
Caddy
⭐
32,056
Fast, multi-platform web server with automatic HTTPS
Aiohttp
⭐
10,869
Asynchronous HTTP client/server framework for asyncio and Python
Httpbin
⭐
9,601
HTTP Request & Response Service, written in Python + Flask.
Gunicorn
⭐
7,477
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
Hug
⭐
6,453
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Cowboy
⭐
6,217
Small, fast, modern HTTP server for Erlang/OTP.
Swoft
⭐
5,286
🚀 PHP Microservice Full Coroutine Framework
Poco
⭐
5,034
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Drogon
⭐
4,848
Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows
Uvicorn
⭐
3,611
The lightning-fast ASGI server. 🦄
Gizmo
⭐
3,361
A Microservice Toolkit from The New York Times
Neutralinojs
⭐
3,326
Portable and lightweight cross platform application development framework
Statik
⭐
3,124
Embed files into a Go executable
Jetty.project
⭐
3,062
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Oak
⭐
2,972
A middleware framework for Deno's net server 🐿️ 🦕
Armeria
⭐
2,967
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
Beast
⭐
2,884
HTTP and WebSocket built on Boost.Asio in C++11
Webserver
⭐
2,847
A C++ High Performance Web Server
Andserver
⭐
2,650
🍒 Web server and web framework of Android platform.
Evpp
⭐
2,553
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
Miniserve
⭐
2,199
🌟 For when you really just want to serve some files over HTTP right now!
Tinywebserver
⭐
2,197
🔥 Linux下C++轻量级Web服务器
Http Kit
⭐
2,159
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
Http4s
⭐
1,970
A minimal, idiomatic Scala interface for HTTP
Falcon
⭐
1,914
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
Acl
⭐
1,901
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
Pulsar
⭐
1,861
Event driven concurrent framework for Python
Libhv
⭐
1,836
Like libevent and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.
Http4k
⭐
1,641
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
Webapp.rs
⭐
1,633
A web application completely written in Rust. 🌍
Apollo
⭐
1,602
Java libraries for writing composable microservices
Fenix
⭐
1,514
A simple and visual static web server with collaboration features.
Restbed
⭐
1,399
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
Cherrypy
⭐
1,352
CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/
Meinheld
⭐
1,335
Meinheld is a high performance asynchronous WSGI Web Server (based on picoev)
T Io
⭐
1,331
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Proxy.py
⭐
1,266
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Tinyhttp
⭐
1,212
🦄 0-legacy, tiny & fast web framework as a replacement of Express
Suave
⭐
1,190
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
Nettygameserver
⭐
1,188
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
Gock
⭐
1,162
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
Akka Http
⭐
1,157
The Streaming-first HTTP server/module of Akka
Http Server
⭐
1,113
A non-blocking HTTP application server for PHP based on Amp.
Titanium Web Proxy
⭐
1,100
A cross-platform asynchronous HTTP(S) proxy server in C#.
Embedio
⭐
988
A tiny, cross-platform, module based web server for .NET
Updog
⭐
987
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth.
Waitress
⭐
904
Waitress - A WSGI server for Python 2 and 3
Pwndrop
⭐
866
Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
Quart
⭐
862
Official mirror of https://gitlab.com/pgjones/quart
Sylar
⭐
849
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Webmachine Ruby
⭐
831
Webmachine, the HTTP toolkit (in Ruby)
Beetlex
⭐
782
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Netcoreserver
⭐
753
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Iodine
⭐
715
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Restinio
⭐
682
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
Zaver
⭐
672
Yet another fast and efficient HTTP server
Cutelyst
⭐
667
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Takes
⭐
666
True Object-Oriented Java Web Framework
Swiftengine
⭐
659
Apple Swift based HTTP server. The answer for a Swift based, turn key, crash resilient, high scale, and production grade web server.
Monkey
⭐
540
Monkey HTTP Server
Apfree_wifidog
⭐
518
A hight performance and lightweight captive portal solution for HTTP(s)
Cppserver
⭐
511
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Tufao
⭐
510
An asynchronous web framework for C++ built on top of Qt
Http
⭐
500
Event-driven, streaming HTTP client and server implementation for ReactPHP.
Url2img
⭐
491
HTTP server with API for capturing screenshots of websites
Facebooc
⭐
476
Yet another Facebook clone written in C
Lithium
⭐
473
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Proxy_admin_free
⭐
469
Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。
Libhttpserver
⭐
455
C++ library for creating an embedded Rest HTTP server (and more)
Diet
⭐
394
A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.
Mkvserver_mk2
⭐
391
The streaming solution to end all streaming problems
Hydra
⭐
386
后端一站式服务框架,提供接口服务器、web服务器、websocket服务器,RPC服务器、统一调度服务器、消息消费服务器
Binserve
⭐
384
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Nodemcu Httpserver
⭐
369
A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
Go Safeweb
⭐
360
Secure-by-default HTTP servers in Go.
Cppwebframework
⭐
343
The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Restana
⭐
340
Super fast and minimalist framework for building REST micro-services.
Comet
⭐
314
Modern PHP framework for building blazing fast REST APIs, CRUDs and microservices
Statcode
⭐
306
Man pages for HTTP status codes
Atom
⭐
290
Java course materials
Firefly
⭐
277
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Pegasus.lua
⭐
271
🚀 Pegasus.lua is an http server to work with web applications written in Lua language.
Http
⭐
268
Host These Things Please - a basic http server for hosting a folder fast and simply
Dubbogo
⭐
258
a golang micro-service framework compatible with alibaba dubbo
Vedetta
⭐
258
OpenBSD Router Boilerplate
Framework
⭐
256
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Http Fake Backend
⭐
250
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Mongols
⭐
250
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
App Servers
⭐
236
App Servers benchmarked for: Ruby, Python, JavaScript, Dart, Elixir, Java, Crystal, Nim, GO, Rust
Serve
⭐
233
a static http server anywhere you need one.
Router.cr
⭐
232
Minimum High Performance Middleware for Crystal Web Server.
Criollo
⭐
229
A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
Servr
⭐
228
A simple HTTP server in R
Perfecttemplate
⭐
220
Empty Perfect Starter Project.
Aiohttp Wsgi
⭐
218
WSGI adapter for aiohttp.
Simple Httpd
⭐
217
Drop-in replacement for Python SimpleHTTPServer. Provides TLS via Let's Encrypt over HTTP2, and auto generated self-signed certificates.
Restrserve
⭐
203
R web API framework for building high-performance microservices and app backends
Fiery
⭐
199
A flexible and lightweight web server
Moleculer Web
⭐
198
🌍 Official API Gateway service for Moleculer framework
Elli
⭐
195
Simple, robust and performant Erlang web server
1-100 of 187 projects
Next >
Advertising
📦 10
All Projects
Application Programming Interfaces
📦 124
Applications
📦 192
Artificial Intelligence
📦 78
Blockchain
📦 73
Build Tools
📦 113
Cloud Computing
📦 80
Code Quality
📦 28
Collaboration
📦 32
Command Line Interface
📦 49
Community
📦 83
Companies
📦 60
Compilers
📦 63
Computer Science
📦 80
Configuration Management
📦 42
Content Management
📦 175
Control Flow
📦 213
Data Formats
📦 78
Data Processing
📦 276
Data Storage
📦 135
Economics
📦 64
Frameworks
📦 215
Games
📦 129
Graphics
📦 110
Hardware
📦 152
Integrated Development Environments
📦 49
Learning Resources
📦 166
Legal
📦 29
Libraries
📦 129
Lists Of Projects
📦 22
Machine Learning
📦 347
Mapping
📦 64
Marketing
📦 15
Mathematics
📦 55
Media
📦 239
Messaging
📦 98
Networking
📦 315
Operating Systems
📦 89
Operations
📦 121
Package Managers
📦 55
Programming Languages
📦 245
Runtime Environments
📦 100
Science
📦 42
Security
📦 396
Social Media
📦 27
Software Architecture
📦 72
Software Development
📦 72
Software Performance
📦 58
Software Quality
📦 133
Text Editors
📦 49
Text Processing
📦 136
User Interface
📦 330
User Interface Components
📦 514
Version Control
📦 30
Virtualization
📦 71
Web Browsers
📦 42
Web Servers
📦 26
Web User Interface
📦 210