2014-11-24 11:01:12 +01:00
|
|
|
Kore example websocket server
|
|
|
|
|
|
|
|
Run:
|
|
|
|
```
|
2017-03-06 11:00:53 +01:00
|
|
|
# kodev run
|
2014-11-24 11:01:12 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Test:
|
|
|
|
```
|
|
|
|
Open a browser that does websockets, surf to https://127.0.0.1:8888
|
|
|
|
or whatever configured IP you have in the config.
|
|
|
|
|
|
|
|
Hit the connect button to open a websocket session, open a second
|
|
|
|
tab and surf to the same address and hit the connection button there
|
|
|
|
as well. This should cause the number of messages sent/recv to keep
|
2015-05-17 02:51:46 +01:00
|
|
|
incrementing as each message is broadcast to the other connection.
|
2014-11-24 11:01:12 +01:00
|
|
|
```
|