This commit is contained in:
Benjamin Sergeant 2019-08-26 22:49:40 -07:00
parent 98a397696c
commit 0c1f2252a1

View File

@ -8,4 +8,4 @@ It is been used on big mobile video game titles sending and receiving tons of me
Interested ? Go read the [docs](https://bsergean.github.io/IXWebSocket/site/) ! If things don't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem.
IXWebSocket is actively being developed, check out the [changelog](CHANGELOG.md) to know what's cooking.
IXWebSocket is actively being developed, check out the [changelog](CHANGELOG.md) to know what's cooking. If you are looking for a real time messaging service (the chat-like 'server' your websocket code will talk to) with many features such as history, backed by Redis, look at [cobra](https://github.com/machinezone/cobra).