mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 22:26:26 +01:00
minor
parent
faee225d0b
commit
9eae714c1a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user