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.
- Host: GitHub
- URL: https://github.com/jl-olemar/socket-angular-basic
- Owner: JL-OLEMAR
- Created: 2021-11-13T07:08:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T06:31:29.000Z (over 4 years ago)
- Last Synced: 2025-06-10T01:04:11.017Z (about 1 year ago)
- Topics: express, node, rest, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 168 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 phoenix
```
## Generate the Dist
```
tsc -w
```
## Run the server
```
nodemon dist/index.js
```
## Lintear the code with ts-standard
```
npm run lint
```