Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 701 Bytes

ASP.NET 5 + Nancy + SignalR

An example project using DNX/DNU, Nancy, and SignalR. I used:

  • Mac OS 10.11 running Mono 4.3.0
  • DNX runtime 1.0.0-rc1-update1 (clr or mono; does not work on coreclr)
  • Visual Studio Code

Running

Make sure you've enabled NuGet package source: https://www.myget.org/F/aspnetmaster/api/v2/

Download the source, then...

  • cd SignalRApplication
  • dnu restore
  • bower install
  • dnx web

Browse to localhost:5000 and click the "Send Simple Message" button to invoke a SignalR server method.

I'm using this project to demo SwiftR, a SignalR "client" for Mac/iOS. (And to get up to speed on .NET Core, etc.)