Skip to content

Developing a mini-api for online chat to gain SignalR knowledge.

Notifications You must be signed in to change notification settings

vanyachernov/NetCoreSignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messenger

Overview

The application is a real-time chat system built using ASP.NET Core Web API and SignalR for communication between the server and clients. Users can sign in, join chat rooms, and exchange messages in real time. The front end is developed using React with Chakra UI for styling, ensuring a responsive and interactive user experience.

Technologies

  • ASP.NET Core Web Api
  • Redis
  • SignalR
  • React
  • Chakra UI

Review

Pages:

Sign in:

Sign-in

Chat:

Group-chat

⭐️ Have a good day!