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

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

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