Simple web chat with ASP.NET SignalR

signalr

Hello, Friends

I want to show you my first ASP.NET SignalR web chat I made soon.

For this web chat I used ASP.NET MVC 5 and ASP.NET SignalR. Entire style of application is based on Bootstrap and some CSS code added by me. If you don’t know what the Bootstrap is you can check on this LINK. ASP.NET SignalR is really cool technology which provides we based real time communication between server and client without to write sockets.

More information about ASP.NET SignalR can be found on this Link

And here is my simple Web Chat

Code can be found Here

Have a nice day, friends 🙂

Leave a comment