postal-js 0.8.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package postal-js --version 0.8.4
NuGet\Install-Package postal-js -Version 0.8.4
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="postal-js" Version="0.8.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add postal-js --version 0.8.4
#r "nuget: postal-js, 0.8.4"
#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 postal-js as a Cake Addin
#addin nuget:?package=postal-js&version=0.8.4

// Install postal-js as a Cake Tool
#tool nuget:?package=postal-js&version=0.8.4

Postal.js is an in-memory message bus - very loosely inspired by AMQP - written in JavaScript. Postal.js runs in the browser, or on the server-side using Node.js.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.11.1 33,009 12/3/2014
0.9.0 2,730 5/12/2014
0.8.9 10,791 9/10/2013
0.8.7 2,389 9/4/2013
0.8.6 2,432 8/10/2013
0.8.4 2,363 6/28/2013
0.7.2 11,286 9/26/2012

This nuget package only provides the browser version of postal.  If you need the node.js version, please run 'npm install postal.js'.