19 lines
286 B
Markdown
19 lines
286 B
Markdown
# SchoolBox example WS server implementation.
|
|
Half assed denojs ws server.
|
|
|
|
## How to run
|
|
### Step one
|
|
install deno
|
|
|
|
### Step two
|
|
download this code
|
|
|
|
### Step three
|
|
```sh
|
|
deno i
|
|
deno run prod
|
|
```
|
|
|
|
### Step four
|
|
go to localhost:8000 (share this link with your friends) and use the cli.
|
|
|