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

https://github.com/jl-olemar/socket-angular-basic

Backend implentando sockets.
https://github.com/jl-olemar/socket-angular-basic

express node rest socket-io typescript

Last synced: 3 months ago
JSON representation

Backend implentando sockets.

Awesome Lists containing this project

README

          

# Socket-Server

## Installation the module of Node
```
npm run phoenix
```

## Generate the Dist
```
tsc -w
```

## Run the server
```
nodemon dist/index.js
```

## Lintear the code with ts-standard
```
npm run lint
```