From f968d4c3335e8417d89f3a202900c6e3b416d908 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 26 Aug 2019 22:02:24 -0700 Subject: [PATCH] one last tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e2bde19..61ed287a 100644 --- a/README.md +++ b/README.md @@ -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.