Click here to Skip to main content
15,892,965 members
Articles / Web Development / HTML5

Beginner's Guide to Using SignalR via ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.79/5 (14 votes)
22 May 2017CPOL19 min read 68.8K   2.6K   33  
Learn to use SignalR to asynchronously update all web clients using SignalR broadcasts.
The entire point of using a technology like SignalR is updating remote clients. I wanted a simple example that would allow readers to see how it might work, by making a helpful example and introduction to SignalR. This article covers creating a Visual Studio ASP.NET Project and preparing to use SignalR in your project, adding a new HTML page, adding JavaScripts references, and generating a SignalR Hub class that will send the data to the other browsers.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) RADDev Publishing
United States United States
"Everything should be made as simple as possible, but not simpler."

Comments and Discussions