Add AppVeyor and Travis tags
This commit is contained in:
parent
06b3ed4413
commit
0f1f6273e7
|
|
@ -1,6 +1,10 @@
|
|||
ASP.NET Core SignalR
|
||||
========
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/signalr/branch/dev)
|
||||
|
||||
Travis: [](https://travis-ci.org/aspnet/SignalR)
|
||||
|
||||
ASP.NET Core SignalR is a new library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
|
||||
|
||||
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
|
||||
|
|
|
|||
Loading…
Reference in New Issue