Info
| Version: | 1.0.4-pre | 
| Author(s): | Martin Doms | 
| Last Update: | Wednesday, May 15, 2013 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/MartinDoms/ScriptCs.SignalR | 
| NuGet Url: | https://www.nuget.org/packages/ScriptCs.SignalR | 
Install
Install-Package ScriptCs.SignalR
                        dotnet add package ScriptCs.SignalR
                        paket add ScriptCs.SignalR
                        
                                ScriptCs.SignalR Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNet.SignalR(1.0.1)
 - Microsoft.AspNet.SignalR.Core(1.0.1)
 - Microsoft.AspNet.SignalR.Owin(1.0.1)
 - Microsoft.AspNet.SignalR.SystemWeb(1.0.1)
 - Microsoft.Owin.Host.SystemWeb(1.0.1)
 - Microsoft.Owin.Host.HttpListener(0.21.0)
 - Microsoft.Owin.Hosting(0.21.0)
 - Owin(1.0)
 - ScriptCs.Contracts(0.3.2)
 
Tags
                
The main purpose of this is to allow sending messages to clients without having to use the dynamic object, which is not supported by Roslyn (and therefore ScriptCs) at the time of writing.