Live data from Hacker News

Ask HN: Small apps ideas to learn Node.js?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Small apps ideas to learn Node.js?

#11
post #8

How about a dead simple document sharing website that lets people read the same doc, on multiple computers, at the same time? (i.e. if you have a bunch of people on a call with computers up, the speaker can send around a reading link that lets him or her flip pages for everyone viewing.) I find myself wishing for this functionality pretty regularly lately. Broadcasting the pointer, real time comments & annotations se…

Sounds fun. Super lightweight Skype screensharing.

Re: Ask HN: Small apps ideas to learn Node.js?

#12
post #9
post #6

Earlier quoted context omitted.

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?

I'm currently making a multiplayer shooter game for node knockout! 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.

Submit it either way :)

Re: Ask HN: Small apps ideas to learn Node.js?

#14
post #8

How about a dead simple document sharing website that lets people read the same doc, on multiple computers, at the same time? (i.e. if you have a bunch of people on a call with computers up, the speaker can send around a reading link that lets him or her flip pages for everyone viewing.) I find myself wishing for this functionality pretty regularly lately. Broadcasting the pointer, real time comments & annotations se…

You could try DimDim ( http://www.dimdim.com/ ). It's free for meetings with less than 20 participants.
Post reply on HN