Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/digen21/redis-scalable-chat-app
- Owner: digen21
- Created: 2024-10-06T08:26:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T08:28:17.000Z (3 months ago)
- Last Synced: 2024-12-24T11:54:14.201Z (15 days ago)
- Topics: express-js, nextjs, nodejs, reactjs, redis, scalable
- Language: TypeScript
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.