Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

play framework atmosphere

There is a list of usable frameworks in the creators blog of Atmosphere. I want to use scala and the Play Framework included with Atmosphere. In the blog he writes that Atmosphere works with "every" framework. Could it be that easy to integrate Atmosphere, and how?

like image 616
Ghashange Avatar asked Dec 18 '12 18:12

Ghashange


2 Answers

I understand that this isn't necessarily the answer you were looking for, but I would suggest you look at Play's native comet support.

http://www.playframework.org/documentation/2.0/ScalaComet http://www.playframework.org/documentation/api/2.0/scala/play/api/libs/Comet$.html

Do you have a particular use case that Atmosphere can solve more elegantly? If so, here's a thread that might help.

https://groups.google.com/forum/m/?fromgroups#!topic/atmosphere-framework/GM6fC6-eSLE

like image 73
andyczerwonka Avatar answered Oct 19 '22 23:10

andyczerwonka


Yes, take a look at this project - it's a native implementation of Atmosphere running on top of Play!

like image 42
jfarcand Avatar answered Oct 19 '22 22:10

jfarcand