<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Angular on AdaTheDev Blog</title><link>https://www.adathedev.co.uk/tags/angular/</link><description>Recent content in Angular on AdaTheDev Blog</description><generator>Hugo -- gohugo.io</generator><managingEditor>adathedev@gmail.com (Adrian Hills)</managingEditor><webMaster>adathedev@gmail.com (Adrian Hills)</webMaster><lastBuildDate>Tue, 11 Oct 2016 22:56:00 +0100</lastBuildDate><atom:link href="https://www.adathedev.co.uk/tags/angular/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started with SignalR</title><link>https://www.adathedev.co.uk/2016/10/getting-started-with-signalr.html</link><pubDate>Tue, 11 Oct 2016 22:56:00 +0100</pubDate><author>adathedev@gmail.com (Adrian Hills)</author><guid>https://www.adathedev.co.uk/2016/10/getting-started-with-signalr.html</guid><description>Follows on from previous post: Real-time SignalR and Angular 2 dashboard
I had a couple of questions from someone who forked the project on GitHub and is using it as the basis for their own custom dashboard, which reminded me that there are a few key things I picked up on my learning journey that I should share. These are primarily focused around SignalR aspects.
An instance of a SignalR hub is created for each request A single instance is not shared across all clients connected to that hub.</description></item><item><title>Real-time SignalR and Angular 2 dashboard</title><link>https://www.adathedev.co.uk/2016/10/real-time-signalr-angular-2-dashboard.html</link><pubDate>Fri, 07 Oct 2016 09:14:00 +0100</pubDate><author>adathedev@gmail.com (Adrian Hills)</author><guid>https://www.adathedev.co.uk/2016/10/real-time-signalr-angular-2-dashboard.html</guid><description>tl;dr Check out my new SignalRDashboard GitHub repo
Followup post: Getting started with SignalR
For a while now, I&amp;rsquo;ve had that burning curiosity to do more than just the bit of hacking around with SignalR that I&amp;rsquo;d previously done. I wanted to actually start building something with it. If you&amp;rsquo;re not familiar with it, SignalR is a:
&amp;hellip;library for ASP.NET developers that makes developing real-time web functionality easy.
It provides a simple way to have two-way communication between the client and server; the server can push updates/data to any connected client.</description></item></channel></rss>