Skip to content

A multithreaded Http web server which allows 10,000+ concurrent connections and realized non-blocking IO.

License

Notifications You must be signed in to change notification settings

Onexyq/WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebServer

A multithreaded Http web server which allows 10,000+ concurrent connections and realized non-blocking IO.

Project layout

├─ code  
│   ├── buffer
│   ├── config
│   ├── http
│   ├── log
│   ├── timer
│   ├── pool
│   ├── server
│   └── main.cpp
├─ test  
│   ├── main.cpp
├─ bin
├─ makefile
├─ LICENSE

About

A multithreaded Http web server which allows 10,000+ concurrent connections and realized non-blocking IO.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published