From ba41dbc69a32a55f4ed5a8de0f561ef2d2772027 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 1 Sep 2019 11:38:39 -0700 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 618144f6..517aaee5 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ 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. 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). + +IXWebSocket is not yet autobahn compliant, but we are working on changing this. See the current compliance [test results](https://bsergean.github.io/IXWebSocket/autobahn/index.html).