是否可以在 Heroku 上托管 FAYE?
如果没有,为什么?如果是这样,有什么问题或想法可以分享吗?
If not, why? If so, any issues or thoughts to share?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如果没有,为什么?如果是这样,有什么问题或想法可以分享吗?
If not, why? If so, any issues or thoughts to share?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
是的。
你应该检查这个 git 存储库
https://github.com/ntenisOT/Faye-Heroku-Cedar-RedisToGo
README 文件有几个使用 Heroku 托管的 faye 的功能项目的链接(包括它们的源代码),
您应该知道的是,除了 Faye 自 0.5 版本以来对 WebSockets 的新支持之外,heroku 仍然不支持它 (甚至不在新的 cedar 堆栈中)
编辑:
faye 存储库已经 2 年没有更新了,但现在 heroku 支持 websockets,因此可能值得尝试使用 网络套接字独立库
Yes, it is.
You should check this git repos
https://github.com/ntenisOT/Faye-Heroku-Cedar-RedisToGo
The README file has several link to functional projects using faye hosted at heroku (including their source codes)
One think you should be aware is that besides Faye's new support for WebSockets since version 0.5, it is still not supported on heroku (not even in the new cedar stack)
EDIT:
the faye repo has not been updated in 2 years, but now heroku has support for websockets, so it might be worthy a trial to use the web sockets standalone library
Heroku 现在发布了一篇关于在 Heroku 上运行 Faye 的文章:
https://devcenter.heroku.com/articles/ruby-websockets
所以答案是现在正式“是”。
Heroku has now posted an article about running Faye on Heroku:
https://devcenter.heroku.com/articles/ruby-websockets
So the answer is officially "yes" now.