admin管理员组文章数量:1023263
I wonder if all Heroku addons - that are currently working for Rails - will work for Node.js once the support is there?
And what is the ETA for the launch of Node.js support?
I wonder if all Heroku addons - that are currently working for Rails - will work for Node.js once the support is there?
And what is the ETA for the launch of Node.js support?
Share Improve this question edited Mar 18, 2011 at 16:23 700 Software 88k88 gold badges242 silver badges347 bronze badges asked Oct 7, 2010 at 8:08 never_had_a_namenever_had_a_name 93.4k106 gold badges277 silver badges392 bronze badges 04 Answers
Reset to default 6Node.js is now officially supported on Heroku.
Several addons currently require specific ruby gems to be installed so I think Node.js will have its own separate set of addons.
As for launch, to my knowledge there is no ETA yet.
Whether or not an addon will work with node is going to specific to the addon itself, probably whether the addon requires a Ruby lib to work.
I'm currently using Loggly, RedisToGo, Mongolab, and RabbitMQ via Addons all with node.
It is supported by CEDAR stack on heroku
All you have to do is put into .gitignore
node_modules directory and create Procfile eg.
web: node web.js
This is just a mand to startup your application.
Important thing is that you should layout your app as node_module i wrote a blog post about it http://no-fucking-idea./blog/2012/04/23/building-node-dot-js-module-using-npm/ So you can look it up.
url explaining how to deploy is here: https://devcenter.heroku./articles/nodejs
Have fun!
I wonder if all Heroku addons - that are currently working for Rails - will work for Node.js once the support is there?
And what is the ETA for the launch of Node.js support?
I wonder if all Heroku addons - that are currently working for Rails - will work for Node.js once the support is there?
And what is the ETA for the launch of Node.js support?
Share Improve this question edited Mar 18, 2011 at 16:23 700 Software 88k88 gold badges242 silver badges347 bronze badges asked Oct 7, 2010 at 8:08 never_had_a_namenever_had_a_name 93.4k106 gold badges277 silver badges392 bronze badges 04 Answers
Reset to default 6Node.js is now officially supported on Heroku.
Several addons currently require specific ruby gems to be installed so I think Node.js will have its own separate set of addons.
As for launch, to my knowledge there is no ETA yet.
Whether or not an addon will work with node is going to specific to the addon itself, probably whether the addon requires a Ruby lib to work.
I'm currently using Loggly, RedisToGo, Mongolab, and RabbitMQ via Addons all with node.
It is supported by CEDAR stack on heroku
All you have to do is put into .gitignore
node_modules directory and create Procfile eg.
web: node web.js
This is just a mand to startup your application.
Important thing is that you should layout your app as node_module i wrote a blog post about it http://no-fucking-idea./blog/2012/04/23/building-node-dot-js-module-using-npm/ So you can look it up.
url explaining how to deploy is here: https://devcenter.heroku./articles/nodejs
Have fun!
本文标签: javascriptNodejs on HerokuStack Overflow
版权声明:本文标题:javascript - Node.js on Heroku? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745599476a2158372.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论