httpserver
There are 140 repositories under httpserver topic.
codeskyblue/gohttpserver
The best HTTP Static File Server, write with golang+vue
jwpttcg66/NettyGameServer
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
devfeel/dotweb
Simple and easy go web micro framework
dianbaer/grain
grain是一个极简的、组件式的RPC框架,灵活且适合渐进学习,可与任何框架整合。同时包含(系统通用多线程模型与消息通讯 || 多对多关系的分布式锁 || 基于Servlet的HTTP框架 || 基于系统通用多线程模型的Websocket框架 || 支持行级锁的多线程锁 )等组件,按需选择组件,不绑架开发者。
huahua132/skynet_fly
基于云风的skynet,搭建开箱即用的微服务框架,提供优雅的服务热更新
gogf/gf-demo-user
A simple user API service.
awwit/httpserver
Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).
brewlin/swoole-im
基于swoole开发的在线聊天平台,前端集成layerim框架,swoole基于eayswoole框架,异步连接池,多进程,异步任务,独立httperserver api,websocket推送,重构使用swoft-cloud 进行微服务架构
errantmind/faf
FaF Web Server
PerfectlySoft/Perfect-HTTPServer
HTTP server for Perfect.
twiglab/twig
Twig - less is more's web server for golang
ourway/webfsd
A simple HTTP server for mostly static content written in C
esastack/esa-httpserver
An asynchronous event-driven HTTP server based on netty.
exilon/QuickORM
Quick ORM RestServer and RestClient based on mORMot framework
javagossip/dorado
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
guoxuanhan/TinyHttpd
在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!
pengzechen/Dmf-FrameWork
A high-performance back-end service framework written in C.
benyblack/rest-mock-core
A simple HTTP server for using as a mock in test projects which test dotnet based projects.
Kitura/Kitura-NIO
A networking library for Kitura, based on SwiftNIO
PerfectlySoft/Perfect-HTTP
Base HTTP Support for Perfect.
instafluff/WebWebWeb
The zero-dependency alternative to ExpressJS. Create web servers with APIs SUPER EASILY in just a few lines of code.
awwit/httpserverapp
Sample application for C++ http server
chenshi011/AndroidWiFiTransfer
Android基于NanoHTTPD作为服务器的WiFi传书,其中NanoHTTPD很方便部署一个微型的服务器,前端上传文件的js也适合用于其他地方,除了非HTML5不能批量上传基本兼容性做到了
yagiziskirik/Kerbal-Telemetry
Telemetry project for Kerbal Space Program. The program uses a server that is running on the KSP side and a client which is capable of running both the KSP side computer or any other one over a web browser.
gogf/gf-demo-chat
A simple MVC chat service.
Coloryr/ColoryrWork
强大简单的服务器框架
1iveowl/HttpMachine.PCL
HttpMachine PCL
coffeehc/httpx
a lightweight HTTP server
studying-together/study-http
HTTP Java 로 구현하기
luckyycode/neko-webframework
Neko Web Framework
KiranThomasCherian/Computer-Networks-
Computer Networks Practice
malgulam/100ProjectsOfCode
Completing 100ProjectsOfCode by https://github.com/aceking007/100ProjectsOfCode.git
robaho/httpserver
a lightweight zero dependency JDK http server implementation designed for embedding and optimized for virtual threads
txthinking/denolib
A Deno library to keep everything small.
windwant/windwant-service
io-service,algorithm,consul-service,cxf-service,elasticjob-service,httpserver-service,java-design-pattern,jax-rs-service,jetty-service,nativemethod-service,netty-servic,rocketmq-service,spring-aop-service,spring-oxm-service,concurrent-service,zookeeper-service
willsaibott/LibHTTP
LibHTTP that is similar to ExpressJS in usage, but it's built using Boost Beast Framework, and it's written in modern C++17. Please, take a look: