Skip to content
/ jhttpd Public

jhttpd is a lightweight web server implemented in C++11 base on TinyHttpServer

License

Notifications You must be signed in to change notification settings

bh1xdx/jhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jhttpd

jhttpd base on TinyHttpServer which is a lightweight web server implemented in C++11( https://github.com/eantcal/thttpd)

I plan to recode it for easy to make it easy to expand, add thread pool and others.

The modify will be countinue.

by [email protected]

TBD:

  1. clean code 1.1 fix the detail of origin code, for examples: the format of Last-Modified, and others; 1.2 fix error process; 1.3 loghual test.
  2. add keep-alive;
  3. add gzip;
  4. add demo of Prometheus;
  5. add folders;
  6. add path check for safe;
  7. .................

About

jhttpd is a lightweight web server implemented in C++11 base on TinyHttpServer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published