Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruslanguns/b4sockets

Backend in nodejs for Sockets, builded with TypeScript and best coding practices.
https://github.com/ruslanguns/b4sockets

Last synced: 7 days ago
JSON representation

Backend in nodejs for Sockets, builded with TypeScript and best coding practices.

Awesome Lists containing this project

README

        

# Sockets Server

Reconstruir los modulos de node
```
npm install
```

Generar la distribucion dist/
```
tsc -w
```

Para levantar el servidor

```
nodemon dist/
```
OR
```
node dist/
```

### Propietario
Ruslan Gonzalez