1
0
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:
Gerasimos (Makis) Maropoulos
2022-03-12 12:32:27 +02:00
parent 7ab0f6fff5
commit 9cf6f9fa5e
6 changed files with 26 additions and 0 deletions

View File

@@ -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...
```