The original question about WebSocket + Akka + Redis was 2 years ago.

Now, you don't need Redis any more, because:
* Akka is already very good at messaging.
* Recent versions of Akka have clustering feature: 
http://doc.akka.io/docs/akka/2.3.5/scala/cluster-usage.html

In short, you only need WebSocket + Akka.
To easily work with multiple messaging channels (like multiple chat rooms) 
in a cluster, you can also use this library:
https://github.com/xitrum-framework/glokka

Simple chat example that can run in a cluster:
http://107.167.187.67/websocketChatDemo


On Wednesday, August 20, 2014 12:38:53 AM UTC+9, gitted wrote:
>
> This seems like a fairly common pattern/problem domain that people will be 
> facing when they want to incorporate real-time updates on websites.
>
> Is there anything open source that can help guide me on how to implement 
> this?  I was thinking of using redis also but rabbitmq would be very 
> similiar just the backing queue is different.
>
> On Monday, September 3, 2012 12:10:45 PM UTC-4, Jeremy Pierre wrote:
>>
>> Apologies, I should have jumped in earlier - my team and I are using 
>> websockets via Netty in Akka 2.0.x with RabbitMQ.  Looks like Redis 
>> pub/sub is a bit simpler but maybe I can help. 
>>
>> Can't give a lot of details about what specifically we're working on 
>> but if you have general questions about setup/approach I'll do my 
>> best. 
>>
>> Jeremy 
>>
>> On Mon, Sep 3, 2012 at 5:21 AM, Viktor Klang <[email protected]> 
>> wrote: 
>> > Hi Jason, 
>> > 
>> > Apparently no one wants to admit to have done that :-) 
>> > 
>> > Cheers, 
>> > √ 
>> > 
>> > On Tue, Aug 21, 2012 at 12:36 PM, Jason <[email protected]> wrote: 
>> >> I wonder know if anyone have tried to use websocket to send message to 
>> Redis 
>> >> pub/sub? 
>> >> 
>> >> 
>> >> -- 
>> >>>>>>>>>>>> Read the docs: http://akka.io/docs/ 
>> >>>>>>>>>>>> Check the FAQ: http://akka.io/faq/ 
>> >>>>>>>>>>>> Search the archives: 
>> https://groups.google.com/group/akka-user 
>> >> --- 
>> >> You received this message because you are subscribed to the Google 
>> Groups 
>> >> "Akka User List" group. 
>> >> To post to this group, send email to [email protected]. 
>> >> To unsubscribe from this group, send email to 
>> >> [email protected]. 
>> >> Visit this group at http://groups.google.com/group/akka-user?hl=en. 
>> >> 
>> >> 
>> > 
>> > -- 
>> >>>>>>>>>>>      Read the docs: http://akka.io/docs/ 
>> >>>>>>>>>>>      Check the FAQ: http://akka.io/faq/ 
>> >>>>>>>>>>>      Search the archives: 
>> https://groups.google.com/group/akka-user 
>> > --- 
>> > You received this message because you are subscribed to the Google 
>> Groups "Akka User List" group. 
>> > To post to this group, send email to [email protected]. 
>> > To unsubscribe from this group, send email to 
>> [email protected]. 
>> > Visit this group at http://groups.google.com/group/akka-user?hl=en. 
>> > 
>> > 
>>
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to