mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 18:40:19 +08:00
16 lines
139 B
Markdown
16 lines
139 B
Markdown
|
# Websocket Server
|
||
|
|
||
|
Simple background for testing ws interface
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```js
|
||
|
|
||
|
cd ./test/websocket-server
|
||
|
|
||
|
yarn install
|
||
|
|
||
|
yarn start
|
||
|
|
||
|
```
|