https://github.com/jl-olemar/colas-server-angular
Backend para el manejo de socket junto con angular
https://github.com/jl-olemar/colas-server-angular
express socket-io typescript uuidv4
Last synced: about 2 months ago
JSON representation
Backend para el manejo de socket junto con angular
- Host: GitHub
- URL: https://github.com/jl-olemar/colas-server-angular
- Owner: JL-OLEMAR
- Created: 2021-12-03T06:18:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T10:52:51.000Z (over 4 years ago)
- Last Synced: 2025-02-05T18:41:03.230Z (over 1 year ago)
- Topics: express, socket-io, typescript, uuidv4
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket-Server
## Installation the module of Node
```
npm run install
```
## Generate the Dist
```
tsc -w
```
## Run the server
```
npm run dev
```
## Lintear the code with ts-standard
```
npm run lint
```