Is node.js ready for production use?
Posted
by Simon Wentley
on Stack Overflow
See other posts from Stack Overflow
or by Simon Wentley
Published on 2010-05-27T22:17:54Z
Indexed on
2010/05/27
22:21 UTC
Read the original article
Hit count: 214
Starting a new project. It's basically a blogging/commenting system.
We're considering node.js as the back end server. Is node.js ready for this sort of thing or is it too early and experimental?
We need HTTPS and gzip compression - perhaps a front end nginx server could provide this?
What's missing from node.js that would make developing a web app difficult?
From a production ready perspective, we're wondering if it is stable enough for building a commercial app on top of.
Thanks
© Stack Overflow or respective owner