Update README.md
This commit is contained in:
parent
df5da942f6
commit
8b9f353c3e
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ Simple-Web-Server
|
||||||
|
|
||||||
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server 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 implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
|
||||||
|
|
||||||
|
See also https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make WebSocket/WebSocket Secure endpoints in C++.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Thread pool
|
* Thread pool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue