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" />
<PackageVersion Include="JSBus" Version="1.2.1" />
<PackageReference Include="JSBus" />
paket add JSBus --version 1.2.1
#r "nuget: JSBus, 1.2.1"
#addin nuget:?package=JSBus&version=1.2.1
#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 | 2,065 | 8/12/2014 |
1.2.0 | 2,716 | 8/12/2014 |
1.1.0 | 1,992 | 10/29/2013 |
1.0.1 | 1,396 | 9/2/2013 |
1.0.0 | 1,908 | 3/7/2013 |
1.0.0-rc1 | 1,430 | 3/7/2013 |
1.0.0-rc | 1,502 | 3/7/2013 |
1.0.0-beta3 | 1,478 | 3/7/2013 |
1.0.0-beta2 | 1,171 | 3/7/2013 |
1.0.0-beta | 1,591 | 3/7/2013 |
Add some defensive coding around sending messages.