Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 960 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 960 Bytes

SignalRDemo

A basic self-hosted SignalR example. Created to demo SwiftR. It also includes a basic web page example using Nancy.

You can run this application, browse to http://localhost:8080/Test, run a SwiftR iOS application, and see how actions invoked in iOS trigger client actions on the web page, and vice versa.

For a .NET Core (DNX/DNU) version, see SignalRApplication.

Note

I created this on a Mac using Xamarin Studio, running Mono 4.0.1. I'm not using SignalR Core from NuGet, but am instead referencing a custom built Microsoft.AspNet.SignalR.Core.dll due to a Mono 4.0 bug.

See: http://stackoverflow.com/questions/28288136/running-signalr-self-host-samples-throws-exception-with-latest-mono-dev-branch

A custom Microsoft.AspNet.SignalR.Core.dll is no longer necessary with Mono 4.2.