Info
| Version: | 1.2.1 | 
| Author(s): | Tero Teelahti | 
| Last Update: | Tuesday, August 12, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/teelahti/JSBus | 
| NuGet Url: | https://www.nuget.org/packages/JSBus | 
Install
Install-Package JSBus
                        dotnet add package JSBus
                        paket add JSBus
                        
                                JSBus Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- WebActivator(1.5)
 
Tags
                
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.