Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Muhrizting/httpserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server
Ramsey Kant

https://github.com/RamseyK/httpserver

A high performance, single threaded, HTTP server written in C++ as a learning tool

Features:
-Clean, documented code
-Efficient socket management with kqueue
-Easy to understand HTTP protocol parser (from my ByteBuffer project)
-Runs on Linux*, FreeBSD, OS X

* When compiling on Linux, you must link with pthreads & libkqueue. See Makefile

Benchmarks:
Coming soon!

License:
See LICENSE.TXT

About

A high performance, single threaded, HTTP server written in C++ as a learning tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.9%
  • Pawn 18.0%
  • Other 1.1%