Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 472 Bytes

webserver

description

a web server made by cpp

processing

  1. [done] use epoll in server to manage all fd from clients
  2. [done] use shared_ptr to manage
  3. [doing] adding test to confirm the currectness

reference

30day make cpp server

linux高性能服务器