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