source code bean

07 Oct, 2011

Updated version of SignalRChat

Posted by: Peter In: .NET|C#|Web

Yesterday I uploaded a slightly updated version of the test application I have built using SignalR. Besides from looking much better, it now uses the high level Hubs API (instead of the connection API) that SignalR provides.

You find it here: http://signalrchat.apphb.com/

And you can find the source on GitHub: http://github.com/moberg/SignalRChat



4 Responses to "Updated version of SignalRChat"

1 | Murat SAPMAZ

March 20th, 2012 at 12:33 pm

Avatar

How can i add rooms to your SignalRchat ? sory for may bad english :)

2 | Peter

March 20th, 2012 at 9:24 pm

Avatar

The Hubs API supports somthing called “groups”, I suggest looking into it.

https://github.com/SignalR/SignalR/wiki/Hubs

3 | Marcel

May 23rd, 2012 at 11:41 am

Avatar

Hi,

I’ve tried to update your chat app with the latest version of SignalR. Changed a few things in the ChatHub because there are changed in SignalR. But I can’t get it to run properly.

4 | Peter

May 26th, 2012 at 8:21 am

Avatar

Marcel, what errors do you get?

Comment Form

About

Welcome to source code bean! On this site I post stuff that I encounter in my job and spare time. The content is mostly related to .NET development, but my interest in techonology is very broad, so often you will find posts on totally different subjects!