Bower package for the stable branch of SignalR JavaScript client
Перейти к файлу
Brady Gaster bdc7cb4b25
Merge pull request #8 from bradygaster/patch-1
updates to package name
2019-10-17 09:29:28 -07:00
.gitignore Add package.json to enable npm installation (#5) 2016-07-27 09:52:46 -07:00
LICENSE.md Added files for bower package version 2.0.2 2014-01-29 17:53:24 -08:00
README.md updates to package name 2019-10-17 09:26:16 -07:00
bower.json update to 2.4.0 2018-11-15 13:40:29 -08:00
jquery.signalR.js update to 2.4.0 2018-11-15 13:40:29 -08:00
jquery.signalR.min.js update to 2.4.0 2018-11-15 13:40:29 -08:00
package.json update to 2.4.0 2018-11-15 13:40:29 -08:00

README.md

ASP.NET SignalR JavaScript Client

NOTE: The Bower package for SignalR is now deprecated, since Bower itself is now deprecated. Please consider migrating to Yarn or NPM (as recommended by the bower team)

This is the client for ASP.NET SignalR. Use this package if you are connecting to an application written in ASP.NET (using System.Web, or OWIN self-host). This package is not compatible with ASP.NET Core SignalR. If you are connecting to an ASP.NET Core application, use the @microsoft/signalr package.

Documentation

For documentation and tutorials, go to https://docs.microsoft.com/en-us/aspnet/signalr/

To report issues, go to https://github.com/SignalR/SignalR