An open API service indexing awesome lists of open source software.

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

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
```