minor

Gerasimos (Makis) Maropoulos 2019-07-23 05:53:30 +03:00
parent faee225d0b
commit 9eae714c1a
No known key found for this signature in database
GPG Key ID: F169457BBDA4ACF4

@ -6,6 +6,12 @@ Use WebSockets when you need to work directly with a socket connection. For exam
First of all, read the **[kataras/neffos wiki](https://github.com/kataras/neffos/wiki)** to master the new websocket library built for net/http and Iris. First of all, read the **[kataras/neffos wiki](https://github.com/kataras/neffos/wiki)** to master the new websocket library built for net/http and Iris.
It comes pre-installed with Iris, however you can install it separately by executing the following shell command.
```sh
$ go get github.com/kataras/neffos@v0.0.8
```
Continue by reading how you can register the neffos websocket server into your Iris application. Continue by reading how you can register the neffos websocket server into your Iris application.
A list of comprehensive examples working with websockets can be found at: <https://github.com/kataras/iris/tree/master/_examples/websocket>. A list of comprehensive examples working with websockets can be found at: <https://github.com/kataras/iris/tree/master/_examples/websocket>.