Update README.md
This commit is contained in:
parent
8a0659dd3a
commit
31f8ab8d17
1 changed files with 3 additions and 0 deletions
|
|
@ -4,3 +4,6 @@ Simple-Web-Server
|
|||
A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost::Asio. Makes it easy to create REST resources for a C++ application.
|
||||
|
||||
See main.cpp for example usage.
|
||||
|
||||
Compile with a C++11 compiler supporting regex (for instance g++ 4.9):
|
||||
g++ -O3 -std=c++11 -lboost_system main.cpp httpserver.cpp -o httpserver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue