https://github.com/jonoman55/ners-server
Node Express Redis Websocket Server in TypeScript
https://github.com/jonoman55/ners-server
express ioredis nodejs socket-io typescript
Last synced: 2 months ago
JSON representation
Node Express Redis Websocket Server in TypeScript
- Host: GitHub
- URL: https://github.com/jonoman55/ners-server
- Owner: jonoman55
- Created: 2022-08-28T02:28:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T02:36:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T04:42:27.351Z (over 1 year ago)
- Topics: express, ioredis, nodejs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Express Redis Socket Server
Uses Socket IO to connect and disconnect users.
Redis functionality is in development.
## Installation
Run the command below to install the necessary packages.
### `npm install`
## Available Scripts
In the project, you can run:
### `npm run dev`
Runs the app in development mode with nodemon.
The server will reload if you make edits.
### `npm start`
Runs the app without nodemon.
### `npm run build`
Builds the the project and outputs to the `dist` directory.
## Server Info
Express server listens on [http://localhost:5000](http://localhost:5000)
Redis connects on [127.0.0.1:6379](127.0.0.1:6379])
## Routes
Routes will be documented soon!
## License
MIT