Skip to content

Real-time chat app with React frontend and SignalR (.NET 6) backend for seamless communication.

License

Notifications You must be signed in to change notification settings

spaleet/react-signalr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-signalr

This is a chat application built using React and SignalR in .NET 6. Users can create accounts, log in, and chat in real-time with each other. The app also includes functionality for deleting messages and joining rooms.

Prerequisites

  1. Install the latest .NET 6 SDK
  2. Install the latest Node.js LTS

Installation

Clone the project source:

git clone https://github.com/spaleet/react-signalr
cd react-signalr/src/

Start client:

cd /client
npm install
npm start

Start server:

cd /server/Server
dotnet run

Screenshots

Login Page:

Login Page

Chat Page:

Chat Page

About

Real-time chat app with React frontend and SignalR (.NET 6) backend for seamless communication.

Topics

Resources

License

Stars

Watchers

Forks