的创建者博客中有一个可用框架的列表Atmosphere
。我想使用scala
并且Play Framework
包含在Atmosphere
. 在博客中,他写道 Atmosphere 可以与“每个”框架一起使用。集成 Atmosphere 有那么容易吗?如何集成?
问问题
1310 次
3 回答
3
我知道这不一定是您要寻找的答案,但我建议您查看 Play 的原生彗星支持。
http://www.playframework.org/documentation/2.0/ScalaComet http://www.playframework.org/documentation/api/2.0/scala/play/api/libs/Comet$.html
您是否有 Atmosphere 可以更优雅地解决的特定用例?如果是这样,这里的线程可能会有所帮助。
https://groups.google.com/forum/m/?fromgroups#!topic/atmosphere-framework/GM6fC6-eSLE
于 2012-12-18T22:54:29.437 回答
2
是的,看看这个项目——它是运行在 Play 之上的 Atmosphere 的原生实现!
于 2013-06-10T13:49:24.543 回答
0
我也在找这个。它带来的好处是从 websocket 到长轮询的优雅降级以及客户端和服务器端的通用 api。
于 2013-06-10T07:03:08.517 回答