From fab60906856be648cf91cec44752718d1af9baab Mon Sep 17 00:00:00 2001 From: Julio Avellaneda Date: Fri, 11 Nov 2016 10:52:33 -0500 Subject: [PATCH] Add link to signalr SignalR is an amazing library to add real-time web functionality, and this has to be at the home of the aspnet home. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 148d9ca18165..dcfaaed52e3a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ These are some of the most common repos: * [Identity](https://github.com/aspnet/Identity) - users and membership system * [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services * [Razor](https://github.com/aspnet/Razor) - template language and syntax for CSHTML files +* [SignalR](https://github.com/aspnet/SignalR) - library to add real-time web functionality * [Templates](https://github.com/aspnet/Templates) - project templates for Visual Studio * [Tooling](https://github.com/aspnet/Tooling) - Visual Studio tooling, editors, and dialogs