在单个 Heroku Cedar 应用程序中部署 Rails 和 Node.js
使用 proc 文件可以吗?我有一个想法,开发一个同时使用 Rails 和 Node+Socket.io 的应用程序,并且能够将这两个系统部署在一个地方,这将是令人惊奇的。
Is this possible using the proc file? I have an idea for an application that would use both Rails and Node+Socket.io and the ability to deploy both systems in one place would be amazing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己会把它们分开,主要是因为这是两个非常不同的堆栈,将来很容易出现分歧。
请记住,Heroku 上的每个应用程序不收费,而且您还可以轻松共享数据库/其他资源。
I would keep them separate myself, mainly down to the fact that it's two very different stacks that could easily diverge in the future.
Bear in mind that you're not charged per app on Heroku, and you can also share databases / other resources with no bother at all.