JSBus 1.2.1

dotnet add package JSBus --version 1.2.1
NuGet\Install-Package JSBus -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JSBus" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JSBus --version 1.2.1
#r "nuget: JSBus, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,820 8/12/2014
1.2.0 2,470 8/12/2014
1.1.0 1,752 10/29/2013
1.0.1 1,188 9/2/2013
1.0.0 1,649 3/7/2013
1.0.0-rc1 1,188 3/7/2013
1.0.0-rc 1,261 3/7/2013
1.0.0-beta3 1,230 3/7/2013
1.0.0-beta2 957 3/7/2013
1.0.0-beta 1,337 3/7/2013

Add some defensive coding around sending messages.