An open API service indexing awesome lists of open source software.

https://github.com/rd003/webchatserver

Chat room server with signal r
https://github.com/rd003/webchatserver

chatroom-server signalr

Last synced: about 1 month ago
JSON representation

Chat room server with signal r

Awesome Lists containing this project

README

        

# WebChatServer

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](https://github.com/rd003/WebChat-Client)

## Video Tutorial

You can find it's youtube tutorial [here](https://www.youtube.com/watch?v=XECRfpM3P4M)

## Tech Stack

- Dotnet 7 (Signal R)
- Vanilla JS (frontend)

## How to run it?
- Clone this application on your local machine then just run it like normal .net project.
- Then you need to clone client application from [here](https://github.com/rd003/WebChat-Client) and follow the steps in it's Readme file.

## Screenshots

![chatroom](https://github.com/rd003/WebChatServer/blob/master/chatroom.jpg)