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

@ -4,7 +4,13 @@
Use WebSockets when you need to work directly with a socket connection. For example, you might need the best possible performance for a real-time game.
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.