是否可以在 Heroku 上托管 FAYE?

发布于 2024-10-19 13:29:28 字数 153 浏览 2 评论 0原文

如果没有,为什么?如果是这样,有什么问题或想法可以分享吗?

http://faye.jcoglan.com/ruby.html

If not, why? If so, any issues or thoughts to share?

http://faye.jcoglan.com/ruby.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

疏忽 2024-10-26 13:29:28

是的。

你应该检查这个 git 存储库
https://github.com/ntenisOT/Faye-Heroku-Cedar-RedisToGo

README 文件有几个使用 Heroku 托管的 faye 的功能项目的链接(包括它们的源代码),

您应该知道的是,除了 Faye 自 0.5 版本以来对 WebSockets 的新支持之外,heroku 仍然不支持它 (甚至不在新的 cedar 堆栈中)

我们做出了推迟支持 WebSocket 的艰难决定,因为该协议仍然是 不断变化并且不变化现代符合标准的浏览器统一支持

编辑:

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)

we've made the difficult decision to hold off on supporting WebSockets, as the protocol is still in flux and not uniformly supported in modern standards-compliant browsers

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

时光倒影 2024-10-26 13:29:28

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文