Skip to content

MOHAMMADREZAMI/RandomChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚨 TheRandomChat

It is a RandomChat , with ASP.NET Core and SignalR. It allows users to connect randomly and chat in real-time. This project is backend-only and has not graphical interface (This project exposes an API)


✨ Features

  • Anonymous connection: no account required
  • Random matching: users are connected randomly for 1-to-1 chats
  • Real-time text chat via SignalR
  • Multi-port support: default ports are 5041 and 5042

📥 Installation

Follow these steps to run the project locally:

1. Clone the repository

gh repo clone MOHAMMADREZAMI/RandomChat
cd TheRandomChat

2. Install prerequisites

Make sure you have .NET SDK installed.

3. Install SignalR (if not already installed)

dotnet add package Microsoft.AspNetCore.SignalR
dotnet add package Microsoft.AspNetCore.SignalR.Client

4. Run the project

dotnet run

📄 License

This project is open-source and licensed under the MIT License.

About

TheRandomChat , it is for Chat with someone randomly , it is backend-only and has no ui

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published