Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```