andrerpena / chatjs

Platform-independent jQuery plugin for chatting
MIT License
184 stars 91 forks source link

ChatJS using Scaleout with SQL Server #8

Open casti opened 9 years ago

casti commented 9 years ago

Hi Andre,

I like your project. But I'm getting crazier when I implement the SignalR Scaleout with SQL Server. I want the chat application communicate on multiple servers that sit on a load balancer. Ex. apps.chat1.com users can communicate to apps.chat2.com. these servers are using 1 database. so I use signalR scaleout with sqlserver. Do you think your project will work with this solution? I tried it but it doesn't work. I'm thinking I need to implement the persistent connection using db?

casti commented 9 years ago

The SignalR Scaleout with SQL Server is very straightforward to implement but it doesn't work. I followed the steps on this link: http://www.asp.net/signalr/overview/performance/scaleout-with-sql-server

vkelman commented 7 years ago

I have the working SignalR Scaleout with SQL Server -but not with this application. (I'm just beginning to adjust this chat to work with our SignalR hub and client code.)