C
C
ChillyProud2012-11-30 00:09:48
JavaScript
ChillyProud, 2012-11-30 00:09:48

What is the best way to deploy Node.JS applications?

Good day!

I have a familiar RoR programmer and he praised such a thing as capistrano very much, I especially liked such a feature as assembly and minification of all css and js files.

Question : Is there an equivalent for Node.JS? And if not, what is the best way to automate this?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vyacheslav Slinko, 2012-11-30
@KeepYourMind

Now I'm trying the following configuration:
on the restify and mongoose backend on the yeoman
frontend I upload the backend to appfog (free up to 10 instances and up to 4 gigabytes of RAM for all instances) frontend on s3 (also free)

N
nill, 2012-11-30
@nill

Pay attention to Jake

P
pomeo, 2012-11-30
@pomeo

so what's the problem with using capistrano? I used it for 2 years just together with node.js

J
josser, 2012-11-30
@josser

If it's just minification, then I use requirejs + r.js + compass (It collects everything in a bunch of r.js, which without require will not work as it should)
But I won’t help with filling, we use heroku.

R
rustler2000, 2012-12-11
@rustler2000

GruntJS?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question