realvino / signalRChatProject

Chat with each other on dynamically created chat rooms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Chat with each other on dynamically created chat rooms.


Languages

Language:C# 74.4%Language:TypeScript 10.6%Language:HTML 7.4%Language:CSS 6.0%Language:JavaScript 1.5%