Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ruslanguns/b4sockets
- Owner: ruslanguns
- License: mit
- Created: 2019-01-02T15:25:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:49:43.000Z (11 months ago)
- Last Synced: 2024-05-28T17:06:36.330Z (6 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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