From 6da6f80715a7a7cf29308d15f4fe4f7b093c504e Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 9 May 2019 15:17:48 +0300 Subject: [PATCH] Update README note for the upcoming websocket module Former-commit-id: f298ae460f3fe79d2d6b9770341a74e72762e6fc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae52c1e..f5b5ef6c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Click [here](https://github.com/kataras/iris/pull/1175) to watch the progress of the upcoming release and the new features that it brings into game. -@kataras: I was sick for almost a month, but this wasn't kept me from pushing some progress for the upcoming release. the v11.2.0 will contain a breaking change on the websockets usage, there is no other way to improve it. That one has its own repository for testing and experimentation, click [here](https://github.com/kataras/fastws/tree/master/_examples/advanced/ws) to watch the progress of the new Iris websocket capabilities and features if you can't wait more. +@kataras: I was sick for almost a month, but this wasn't kept me from pushing some progress for the upcoming release. the v11.2.0 will contain a breaking change on the websockets usage, there is no other way to improve it. That one has its own repository for testing and experimentation to implement a faster and even more higher level websocket server and client written in Go which developers will be able select between [gorilla/websocket](https://github.com/gorilla/websocket) and [gobwas/ws](https://github.com/gobwas/ws) for the underline protocol communication and eventually will live into Iris, click [here](https://github.com/kataras/ws) to watch the progress of the new Iris websocket capabilities and features if you can't wait more. # Iris Web Framework