Skip to content

adamhartford/SignalRDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic self-hosted SignalR example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published