Skip to content
/ ferver Public

Yet another fast and efficient HTTP server by Zhu Jiashun.

License

Notifications You must be signed in to change notification settings

Fansion/ferver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ferver

First thing: Thanks so much to Zhu Jiashun, all codes come from zyearn/zaver. For having a deeper understanding of network programming under linux I input and debug these codes line by line referring to his commit logs.

###Programming model

  • threadpoll
  • non-blocking IO
  • 事件驱动/循环(epoll)

###Support

  • http GET
  • http header key:Connction,If-Modified-Since

About

Yet another fast and efficient HTTP server by Zhu Jiashun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published