https://github.com/rolling-scopes-school/websockets-ui
https://github.com/rolling-scopes-school/websockets-ui
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rolling-scopes-school/websockets-ui
- Owner: rolling-scopes-school
- Created: 2022-06-14T19:58:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T18:23:11.000Z (over 2 years ago)
- Last Synced: 2025-03-28T18:11:24.381Z (over 1 year ago)
- Language: JavaScript
- Size: 8.04 MB
- Stars: 6
- Watchers: 2
- Forks: 689
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSSchool NodeJS websocket task template
> Static http server and base task packages.
> By default WebSocket client tries to connect to the 3000 port.
## Installation
1. Clone/download repo
2. `npm install`
## Usage
**Development**
`npm run start:dev`
* App served @ `http://localhost:8181` with nodemon
**Production**
`npm run start`
* App served @ `http://localhost:8181` without nodemon
---
**All commands**
Command | Description
--- | ---
`npm run start:dev` | App served @ `http://localhost:8181` with nodemon
`npm run start` | App served @ `http://localhost:8181` without nodemon
**Note**: replace `npm` with `yarn` in `package.json` if you use yarn.