As Javascript keeps expanding and covering most of the layers in web development, Isomorphic JS (writing software that could run either in client or server side) is growing as a new paradigm for web apps.
The benefits are clear but server side rendering is by far one of the key features of isomorphism.
I haven't play with it very much, and want to implement it into production projects.
So, the question is: is Node mature enough to render server-side for big projects? have you found any gotchas? what about maintainability?