RT
现在没什么思路,不知道该怎么使用长连接
请教下大家 谢谢了
或者有相关的GEM 吗?
#3 楼 @flowerwrong 请问,websocket 服务端怎么搭,轮询服务端具体怎么处理。有这方面实际的运用吗?websocket 服务器能支持多少个链接这样。谢谢
很巧,我前一段时间用 rails 5 做了一个聊天室。实时聊天的功能使用 ActionCable 实现。 源码 https://github.com/lokyoung/rails-chatting 欢迎参考~
#14 楼 @ghn645568344
https://github.com/rails/rails
gem install rails --pre
这个用 rails 5 ActionCable 的例子 Rails5, ActionCable, Redux, and React: Walking through an example chat application