Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/digen21/redis-scalable-chat-app

Scalable Chat App Using Redis, NextJs, Node.js-Express
https://github.com/digen21/redis-scalable-chat-app

express-js nextjs nodejs reactjs redis scalable

Last synced: 3 days ago
JSON representation

Scalable Chat App Using Redis, NextJs, Node.js-Express

Awesome Lists containing this project

README

        

**

Project Setup Guide 🚀

**

**`Node-Version: v20.17.0`**




1. To start app: `npm run dev`

2. To spin-up new server:

- cd apps/sever & run following command

export PORT=8001 && npm start




3. To install packages for web(client) & server

- for web:
`npm -w web i `

- for server: `npm -w server i `


for workspace name (in above case server and web) look into package.json with name key init.