/signalRChatProject

Chat with each other on dynamically created chat rooms.

Primary LanguageC#

signalRChatProject

Server side created with .Net Core
Client side managed by Angular
Used SignalR for real-time managing.

BUILD AND RUN

SVsignalRChatProject -> on command line type "dotnet build" and "dotnet start"
ngSignalRChatProject -> on command line type "npm install" and "ng serve"

Open your browser and go localhost:4200 with multiple clients in option to see real-time room creation and messaging.