Is anyone using Node.js as an actual web server?

Posted by Jeremy on Server Fault See other posts from Server Fault or by Jeremy
Published on 2010-04-19T14:51:38Z Indexed on 2010/04/19 14:53 UTC
Read the original article Hit count: 307

I am trying to convince myself to pick it up and start developing with it, but I want to know if anyone has expected stability issues or anything of the sort.

I understand it isn't "production" quality, like Apache or IIS. I figure for a small site, it should be fine (max of 200 concurrent connections). Should I assume this?

© Server Fault or respective owner

Related posts about webserver

Related posts about node.js