You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
250 B
Markdown
15 lines
250 B
Markdown
3 years ago
|
# starx-chat-demo
|
||
|
chat room demo base on [ngs](https://git.noahlan.cn/noahlan/ngs.git) in 100 lines
|
||
|
|
||
|
refs: https://git.noahlan.cn/noahlan/ngs
|
||
|
|
||
|
## Required
|
||
|
- golang
|
||
|
- websocket
|
||
|
|
||
|
## Run
|
||
|
```
|
||
|
go run main.go
|
||
|
```
|
||
|
|
||
|
open browser => http://localhost:3250/web/
|