JSBus 1.2.1
dotnet add package JSBus --version 1.2.1
NuGet\Install-Package JSBus -Version 1.2.1
<PackageReference Include="JSBus" Version="1.2.1" />
paket add JSBus --version 1.2.1
#r "nuget: JSBus, 1.2.1"
// Install JSBus as a Cake Addin #addin nuget:?package=JSBus&version=1.2.1 // Install JSBus as a Cake Tool #tool nuget:?package=JSBus&version=1.2.1
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This is the core library that does not have any transport to actually send or receive messages with server. Create one of your own or use JSBus.SignalR package for SignalR based transport implementations.
For detailed usage see project page.
Learn more about Target Frameworks and .NET Standard.
-
- WebActivator (>= 1.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JSBus:
Package | Downloads |
---|---|
JSBus.SignalR
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 1,852 | 8/12/2014 |
1.2.0 | 2,522 | 8/12/2014 |
1.1.0 | 1,796 | 10/29/2013 |
1.0.1 | 1,198 | 9/2/2013 |
1.0.0 | 1,699 | 3/7/2013 |
1.0.0-rc1 | 1,232 | 3/7/2013 |
1.0.0-rc | 1,305 | 3/7/2013 |
1.0.0-beta3 | 1,275 | 3/7/2013 |
1.0.0-beta2 | 976 | 3/7/2013 |
1.0.0-beta | 1,400 | 3/7/2013 |
Add some defensive coding around sending messages.