Skip to content

ChatApplication Using SignalR and C# in MVC.SignalR is a software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. The library includes server-side and client-side JavaScript components. SignalR in ASP.NET lets your server-side code push content to connected clients, in rea…

License

pradipkumarraushan/ChatApplication-Using-SignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApplication Using SignalR

ChatApplication Using SignalR and C# in MVC

SignalR is an open and free library which can be used to have real-time functionality integrated to your web applications. There are a hell of a lot of areas where SignalR can come handy to make your application more handy and more integrated and more responsive to the end user as well. Real-time means having your server respond as quickly as possible to the client as and when a request is made.

Available Features :

1.Group Chat (Chat with only those users who joined particular group.)

2.Private Chat (Chat with only specific user based on UniqueID.)

3.Client Chat (Chat With All users who is currently active on your Chat application.)

DEMO

Project Demo

About

ChatApplication Using SignalR and C# in MVC.SignalR is a software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. The library includes server-side and client-side JavaScript components. SignalR in ASP.NET lets your server-side code push content to connected clients, in rea…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published