Posted by Micah in Node.js, Tech
on Oct 8th, 2011 | 0 comments
Many of us in the nodejs community sat back and watched as the theatrics of last weekend unfolded. We read the posts and comments, sometimes laughed or just shook our heads – so silly.
I’d like to present here our use of nodejs in a production environment.
I’ll provide more detail below, but here is a summary of why we use nodejs for our web application and services layer:
1) Full BDD environment
2) Common language, from server to browser
3) Vibrant and growing open source community
4) Mature package manager
5) Functional programming is fun
Behavior Driven Development
BDD is the next...