Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a431dac commit 6bd12b9Copy full SHA for 6bd12b9
README
@@ -3,18 +3,16 @@ Ramsey Kant
3
4
https://github.com/RamseyK/httpserver
5
6
-A high performance, single threaded, HTTP server written in C++ as a learning tool
+A high performance, single threaded, HTTP server written in C++ to serve as a kqueue socket management and HTTP protocol learning tool
7
8
Features:
9
-Clean, documented code
10
-Efficient socket management with kqueue
11
-Easy to understand HTTP protocol parser (from my ByteBuffer project)
12
--Runs on Linux*, FreeBSD, OS X
13
-
14
-* When compiling on Linux, you must link with pthreads & libkqueue. See Makefile
+-Tested on FreeBSD and MacOS
15
16
Benchmarks:
17
Coming soon!
18
19
License:
20
-See LICENSE.TXT
+See LICENSE.TXT
0 commit comments