JSBus.SignalR 1.2.1

dotnet add package JSBus.SignalR --version 1.2.1
NuGet\Install-Package JSBus.SignalR -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.SignalR" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JSBus.SignalR --version 1.2.1
#r "nuget: JSBus.SignalR, 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.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.

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.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,791 8/12/2014
1.2.0 2,005 8/12/2014
1.1.0 1,620 10/29/2013
1.0.0 1,524 3/7/2013
1.0.0-rc1 1,022 3/7/2013
1.0.0-rc 1,129 3/7/2013
1.0.0-beta3 1,087 3/7/2013
1.0.0-beta2 923 3/7/2013
1.0.0-beta 1,159 3/7/2013

Add some defensive coding around sending messages.