Skip to content

Multi-user real-time chat app. Created using ASP.NET Core with MVC/SignalR and SQL Server 2017. This project is for learning purposes.

License

Notifications You must be signed in to change notification settings

reddtoric/MySigRChat

Repository files navigation

SignalR Chat app

A simple real-time chat app. Created using ASP.NET Core with MVC/SignalR. This project is for learning purposes.
Note: This app was hosted with Azure & AWS RDS with the free packages so the live site may not be active.

I followed along a video to make a chat app; it didn't work and had many bugs. After spending some time debugging, making small changes and seeing what happens, and looking at stackoverflow and Microsoft's MvcMovie tutorial project, I finally got a basic working chat app.

Other guides used:

Topics covered: configure SignalR, SignalR Hubs, SignalR client library, send messages from any client to all connected clients

Expansion ideas/to-do: remove/edit messages, email sender, use onclick instead of form submission

About

Multi-user real-time chat app. Created using ASP.NET Core with MVC/SignalR and SQL Server 2017. This project is for learning purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published