This project is a Discord-like messaging application that uses ASP.NET Core 8.0 as the backend, along with Docker Compose, Redis Cluster, Centrifugo WebSocket server, .NET Core Channels, and background workers. The frontend is built using the Discord React Clone project by Rafael Almeida.
- [Features]
- [Prerequisites]
- [Installation]
- [Usage
- [Contributing]
- [License]
- Real-time messaging using Centrifugo WebSocket server and .NET Core Channels
- Scalable architecture with Docker Compose and Redis Cluster
- Background workers for efficient task processing
- Modern, responsive frontend based on Discord React Clone project
- Docker and Docker Compose installed
- Node.js and Yarn for frontend development
- ASP.NET Core 8.0 SDK for backend development
- Centrifugo installed
- Clone this repository:
git clone https://github.com/ismkdc/DiscordClone
- Navigate to the project directory:
cd DiscordClone
- Build and start Docker containers:
docker compose up --build -d
- Install frontend dependencies:
cd discord-react-clone yarn install
- Start the frontend development server:
yarn start
- Access the frontend application at
http://localhost:3000/
. - Register a new user or log in with an existing account.
- Start chatting in real-time with other users.
- Fork the project.
- Create your feature branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m "Add some feature"
. - Push to the branch:
git push origin feature/your-feature-name
. - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more information.