Ask HN: Small apps ideas to learn Node.js?
1–10 of 15 posts
Re: Ask HN: Small apps ideas to learn Node.js?
#2Re: Ask HN: Small apps ideas to learn Node.js?
#3Re: Ask HN: Small apps ideas to learn Node.js?
#4Re: Ask HN: Small apps ideas to learn Node.js?
#5Re: Ask HN: Small apps ideas to learn Node.js?
#6I'd suggest using Express.js node.js framework: it gets you up and running quickly. Trying to so something with websockets is fun as well and indicative of the (realtime) future of web apps.
On a side note, anyone know of projects using nodejs in production?
Re: Ask HN: Small apps ideas to learn Node.js?
#7I'd suggest using Express.js node.js framework: it gets you up and running quickly. Trying to so something with websockets is fun as well and indicative of the (realtime) future of web apps.
Websockets are a lot of fun - maybe something like collaborative paint or some kind of multiuser game? On a side note, anyone know of projects using nodejs in production?
http://github.com/blog/678-meet-nodeload-the-new-download-se...
http://transloadit.com/ are the most interesting Node.js startup I've seen.
Re: Ask HN: Small apps ideas to learn Node.js?
#8Re: Ask HN: Small apps ideas to learn Node.js?
#9I'd suggest using Express.js node.js framework: it gets you up and running quickly. Trying to so something with websockets is fun as well and indicative of the (realtime) future of web apps.
Websockets are a lot of fun - maybe something like collaborative paint or some kind of multiuser game? On a side note, anyone know of projects using nodejs in production?
It's not currently very impressive, but I hope it will be in about 21 hours :) I might submit to HN depending on how well it turns out.
Re: Ask HN: Small apps ideas to learn Node.js?
#10How about a web chat program, with long polling? Fairly simple, and fun.