JSBus.SignalR
1.2.1
dotnet add package JSBus.SignalR --version 1.2.1
NuGet\Install-Package JSBus.SignalR -Version 1.2.1
<PackageReference Include="JSBus.SignalR" Version="1.2.1" />
paket add JSBus.SignalR --version 1.2.1
#r "nuget: JSBus.SignalR, 1.2.1"
// Install JSBus.SignalR as a Cake Addin #addin nuget:?package=JSBus.SignalR&version=1.2.1 // Install JSBus.SignalR as a Cake Tool #tool nuget:?package=JSBus.SignalR&version=1.2.1
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This is the transport implementation that supplements the core JSBus library.
For detailed usage see project page.
Learn more about Target Frameworks and .NET Standard.
-
- JSBus (>= 1.2.0)
- Microsoft.AspNet.SignalR.JS (>= 1.0.1)
- WebActivator (>= 1.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JSBus.SignalR:
Package | Downloads |
---|---|
JSBus.SignalR.Sample
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This package contains an usage sample to demonstrate API usage. For detailed usage see project page. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 1,826 | 8/12/2014 |
1.2.0 | 2,035 | 8/12/2014 |
1.1.0 | 1,654 | 10/29/2013 |
1.0.0 | 1,562 | 3/7/2013 |
1.0.0-rc1 | 1,052 | 3/7/2013 |
1.0.0-rc | 1,167 | 3/7/2013 |
1.0.0-beta3 | 1,124 | 3/7/2013 |
1.0.0-beta2 | 945 | 3/7/2013 |
1.0.0-beta | 1,201 | 3/7/2013 |
Add some defensive coding around sending messages.