标签: scala playframework playframework-2.0 signalr atmosphere
我即将在Play Framework中构建一个Web应用程序,我需要在服务器和浏览器之间进行双向通信。
对于现代浏览器,我可以使用网络套接字,但对于旧版浏览器,我需要使用长轮询。是否有一个库可以抽象出这个选择并选择浏览器支持的那个?与.net中的SignalR类似。
答案 0 :(得分:1)
似乎Atmosphere库绝对是我想要的。 https://github.com/Atmosphere/atmosphere
答案 1 :(得分:0)
现在有两个不错的选择: