Ask HN: Examples of applications built with Node.js?
1–10 of 22 posts
Re: Ask HN: Examples of applications built with Node.js?
#2Re: Ask HN: Examples of applications built with Node.js?
#3http://demo.hummingbirdstats.com/
http://rdelsalle.blogspot.com/2010/05/real-time-web-analytic...
Re: Ask HN: Examples of applications built with Node.js?
#4Re: Ask HN: Examples of applications built with Node.js?
#5Site: http://apiplayground.org
Source: http://github.com/jashkenas/api-playground/blob/master/src/a...
The source is interesting because it demonstrates something that you can't do easily with a regular Rails/Django app: nonblocking asynchronous calls to remote APIs, with synchronous responses to the ajax request.
Re: Ask HN: Examples of applications built with Node.js?
#6Re: Ask HN: Examples of applications built with Node.js?
#7I know it is a rather interesting tech but other than that what do you/would you use Node.js for?
Re: Ask HN: Examples of applications built with Node.js?
#8The developers wrote about using node on their blog: http://debuggable.com/posts/parsing-file-uploads-at-500-mb-s...
Re: Ask HN: Examples of applications built with Node.js?
#9Node is great for handling many concurrent clients. It extends the V8 interpreter with excellent low-level APIs: Posix, Tcp, Http, DNS. If you need to share Javascript code between client and server, Node is the best server-side Javascript environment you could choose to use.
Re: Ask HN: Examples of applications built with Node.js?
#10http://rfw.posterous.com/how-nodejs-saved-my-web-application