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

Skip to content

Commit 6bd12b9

Browse files
committed
Updated README --supported only on FreeBSD / MacOS due to issues with libkqueue
1 parent a431dac commit 6bd12b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ Ramsey Kant
33

44
https://github.com/RamseyK/httpserver
55

6-
A high performance, single threaded, HTTP server written in C++ as a learning tool
6+
A high performance, single threaded, HTTP server written in C++ to serve as a kqueue socket management and HTTP protocol learning tool
77

88
Features:
99
-Clean, documented code
1010
-Efficient socket management with kqueue
1111
-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
12+
-Tested on FreeBSD and MacOS
1513

1614
Benchmarks:
1715
Coming soon!
1816

1917
License:
20-
See LICENSE.TXT
18+
See LICENSE.TXT

0 commit comments

Comments
 (0)