https://github.com/bennycode/websocket-example
https://github.com/bennycode/websocket-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/websocket-example
- Owner: bennycode
- Created: 2017-07-12T10:12:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:29:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T19:47:30.228Z (about 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# websocket-example
## Build instructions
**Development mode**
```bash
npm run dev
```
**Production mode**
```bash
npm start
```