Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).
-
Updated
Jul 30, 2018 - C++
Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).
在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!
Sample application for C++ http server
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:
一个基于libevent,处理静态页面的httpserver的实现,支持对静态页面和多种格式文件的访问,文件浏览器,自定义的错误页面,支持CGI模式,支持以定时器的方式对空置的连接进行回收
A very simple HTTP server with Boost's ASIO
This is a http server project written in cpp programming language. It is written just as was intrested in.
Your Web Server for sharing files with others.
A collection of code snippets for Arduino programming
Simple HTTP Server library for Arduino Ethernet shields based on WIZnet W5100/W5200/W5500 devices
再次重构 mymuduo,重点关注计时器以及HTTPServer,模块化 CMakeLists.txt
Add a description, image, and links to the httpserver topic page so that developers can more easily learn about it.
To associate your repository with the httpserver topic, visit your repo's landing page and select "manage topics."