Skip to content

larusx/http_server

Repository files navigation

#Http Server

##A simple Http server

  • Now it support multi-threads base on pthread.
  • websocket support
  • support cache
  • memory pool for websocket
  • only chrome OK
  • use sendfile

##Demo

##TODO

  • epoll
  • fix bugs
  • thread pool
  • cookie
  • test SPDY
  • gzip transform

##about author