Updated README.md to include standalone asio
This commit is contained in:
parent
e50d2fc63a
commit
f4b46cd3dc
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Simple-Web-Server [](https://travis-ci.org/eidheim/Simple-Web-Server)
|
||||
=================
|
||||
|
||||
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
|
||||
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Asio (both Boost.Asio and standalone Asio can be used). Created to be an easy way to make REST resources available from C++ applications.
|
||||
|
||||
See https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make WebSocket/WebSocket Secure endpoints in C++. Also, feel free to check out the new C++ IDE supporting C++11/14/17: https://github.com/cppit/jucipp.
|
||||
|
||||
|
|
@ -24,7 +24,8 @@ See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[nu
|
|||
|
||||
### Dependencies
|
||||
|
||||
* Boost C++ libraries
|
||||
* Boost.Asio or standalone Asio
|
||||
* Boost is required to compile the examples
|
||||
* For HTTPS: OpenSSL libraries
|
||||
|
||||
### Compile and run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue