biofractal
biofractal

Reputation: 19133

SignalR plus NancyFX : A simple but well worked example

There are a few examples of NancyFX being integrated with SignalR, for example

Since I am just starting out I want a simple, well worked canonical example that I can work from. A nancy version of the chat example from Microsoft would do fine.

Thanks

Upvotes: 21

Views: 9350

Answers (1)

biofractal
biofractal

Reputation: 19133

I am going to answer my own question.

I put together a little canonical-chat example based on the Microsoft walkthrough. You can get it from GitHub:


Update

This example has been updated to use the latest SignalR and NancyFX Assemblies as of February 2015.


ScreenShot

<code>enter image description here</code>

Upvotes: 33

Related Questions