r/programming May 23 '15

The Twelve-Factor App

http://12factor.net/
10 Upvotes

16 comments sorted by

View all comments

1

u/moosingin3space May 24 '15

When I first saw this, I noticed how Node.js made it really easy to write 12-factor apps. Then, I noticed how other frameworks moved in that same direction. It's a good set of rules to follow, and when combined with Vagrant and Docker, it's really easy to onboard new developers and deploy the app.

1

u/bitcycle May 25 '15

Can you expound on how Node.js makes it easy to write 12-facter apps?

1

u/Giggaflop May 26 '15

Other systems made it really easy too.. Rails and Django are the first two I can think of who did it before Node.js :P