I’m new to node and reading some books about it. Now I think it’s time to do some dev stuff with it. I’m planning to implement a little project which I want to deploy in the cloud (AWS, Heroku, …).
What I still haven’t figured out are following points (I have a MacBook Pro with OS X 10.7):
- which dev environment should I use? I thought about Aptana Studio (no node support as far as I’ve seen) and transferring the files via ssh to a local VirtualBox CentOS 6.3 machine which has node.js and some modules installed on it
- is there any good deployment strategy for hosting my app in the cloud? For example, if I’m developing with Aptana Studio, I don’t think there is a plugin which let’s you deploy your code on some virtual server in the AWS or Heroku cloud, isn’t it?
Thanks in advance!
1 Answer