SignalR plus NancyFX : A simple but well worked example

陌路散爱 提交于 2019-12-18 11:55:23

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/16691826/signalr-plus-nancyfx-a-simple-but-well-worked-example

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!