Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SignalR plus NancyFX : A simple but well worked example

Tags:

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

  • Signalr & Nancyfx integration

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.

  • Tutorial: Getting Started with SignalR (C#)

Thanks

like image 470
biofractal Avatar asked May 22 '13 12:05

biofractal


1 Answers

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:

  • Nancy + SignalR - Canonical Chat

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>

like image 129
biofractal Avatar answered Nov 25 '22 14:11

biofractal