It is a Chat Room server
made with signalR. It is a complete chat room application. It's backend written in Signal R
and frontend written in Vannila Js
. You can find the client application here
You can find it's youtube tutorial here
- Dotnet 7 (Signal R)
- Node js (to install the signalr dependencies)
- Vanilla JS (frontend)
Open the WebChatServer
and run with dotnet run
command.
- Open the
WebChat-Client
app. - In terminal run
npm install
to install the signal R dependencies. - Install the
Live Server
extension and runindex.html
page with live server. Browser will be opened and you will see the urlhttp://localhost:5500/WebChat-Client/index.html
.