one last tweak

This commit is contained in:
Benjamin Sergeant 2019-08-26 22:02:24 -07:00
parent 59e15be524
commit f968d4c333

View File

@ -2,7 +2,7 @@
![Alt text](https://travis-ci.org/machinezone/IXWebSocket.svg?branch=master)
IXWebSocket is a C++ library for WebSocket and HTTP client and server development. It has minimal dependencies (no rabbit holes), is very simple to use and support everything you'll likely need.
IXWebSocket is a C++ library for WebSocket client and server development. It has minimal dependencies (no boost), is very simple to use and support everything you'll likely need for websocket dev (SSL, deflate compression, compiles on most platforms, etc...). HTTP client and server code is also available, but it hasn't received as much testing.
It is been used on big video game titles sending and receiving tons of messages since 2017.