mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 04:17:03 +00:00
add a new Party.EnsureStaticBindings method - read HISTORY.md
This commit is contained in:
@@ -16,6 +16,7 @@ This example contains only the basics, however, the library supports rooms, nati
|
||||
Open a terminal window instance and execute:
|
||||
|
||||
```sh
|
||||
$ go mod tidy -compat=1.17
|
||||
$ go run server.go # start the websocket server.
|
||||
```
|
||||
|
||||
@@ -25,6 +26,7 @@ Start a new terminal instance and execute:
|
||||
|
||||
```sh
|
||||
$ cd ./go-client
|
||||
$ go mod tidy -compat=1.17
|
||||
$ go run client.go # start the websocket client.
|
||||
# start typing...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user