Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#toyHTTPd

A toy CGI server, just for fun!

#Benchmark ab -n 1000000 -c1000 http://127.0.0.1:port/

more than 24000 RPS in virtual machine

#Requirements

  • Linux only (epoll)
  • g++ or clang support C++ 11
  • cmake > 2.8

#License MIT

About

It's a toy CGI server, which uses nonblocking I/O and threadpool.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages