chore: update deps

This commit is contained in:
Vben
2021-03-02 06:59:38 +08:00
parent 7b4fcd2eca
commit e5b2cc1e98
10 changed files with 92 additions and 97 deletions

View File

@@ -0,0 +1,15 @@
# Websocket Server
Simple background for testing ws interface
## Usage
```js
cd ./test/websocket-server
yarn install
yarn start
```