Most people use node as a web server platform. These systems are often constrained by network I/O (http to the browser and database protocols internally). Node works great for any system where you want to script logic around some interaction with other processes or systems. It doesn't have to be web specific.
On Thu, Jun 14, 2012 at 10:14 PM, mscdex <[email protected]> wrote: > On Jun 14, 1:55 pm, Seva Adari <[email protected]> wrote: > > Starting a new thread to get answers to the persisting question: > > What are the best use cases for node.js project? > > Pretty much anything that has to do with I/O, but especially network I/ > O. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
