Skip to content

skybigzhou/naughttpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naughttpd

A naught http server using reactor pattern.

wrk examples

wrk -t1 -c1000 -d10s http://localhost:8080/README.md
wrk -t1 -c1000 -d10s --header "Connection: Close" http://localhost:8080/README.md

About

A naught http server using reactor pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Makefile 0.3%