Friday, January 18, 2013

Real-time Node Frameworks

The Node crowd is pretty DIY, so many Node developers eschew using frameworks beyond Express. Express gives you the most control, but requires the most development overhead. You have to setup and tie together everything all by yourself - and there is a lot of stuff to tie together. Furthermore, getting everything to play nicely with eachother is much more painful than you'd think. 

Frameworks will tie everything together for you, and will ensure each piece fits the equation properly - so I recommend using a framework if you want to hit the ground running with the least amount of hassle. Conversely, I recommend choosing Express if you're savvy and want maximal control, or (as we'll see) you want cross-platform code (including mobile).

Here are some more recent ones:
Google search

And here is a more realistic view of the current frameworks.

No comments: