Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritikprajapat21/scalable-chat-app
Scalable chat app created using Next.js, socket.io and redis
https://github.com/ritikprajapat21/scalable-chat-app
Last synced: 13 days ago
JSON representation
Scalable chat app created using Next.js, socket.io and redis
- Host: GitHub
- URL: https://github.com/ritikprajapat21/scalable-chat-app
- Owner: ritikprajapat21
- Created: 2024-08-28T14:07:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T14:21:12.000Z (4 months ago)
- Last Synced: 2024-08-28T15:48:43.880Z (4 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalable Chat App
This project is a high-performance, scalable chat application built with modern web technologies. It utilizes Turborepo for efficient monorepo management, Next.js for the frontend, and a backend powered by Socket.io and Redis.
## Features
- **Real-time Communication:** Powered by Socket.io, enabling instant messaging between users.
- **Scalability:** Redis is used to handle sessions and message brokering, making the app scalable across multiple servers.
- **Monorepo Setup:** Managed using Turborepo for efficient builds and deployments.
- **Modern UI:** Built with Next.js, providing a responsive and fast user interface.
- **Cross-Platform:** The app is optimized for both desktop and mobile devices.## Tech Stack
- **Frontend:**
- [Next.js](https://nextjs.org/)
- [React.js](https://reactjs.org/)
- **Backend:**
- [Node.js](https://nodejs.org/)
- [Socket.io](https://socket.io/)
- [Redis](https://redis.io/)
- **Monorepo Management:**- [Turborepo](https://turbo.build/repo)
- **Package Management:**
- [Bun](https://bun.sh/)### Setup
1. **Clone the repository:**
```bash
git clone https://github.com/ritikprajapat21/scalable-chat-app.git
cd scalable-chat-app
```2. **Install dependencies:**
```bash
bun install
```3. **Start the development server:**
```bash
bun run dev
```