Live data from Hacker News

Ircd.js: A Node.js IRC Daemon

github.com

1–10 of 17 posts

Re: Ircd.js: A Node.js IRC Daemon

#4
Bug report: nicks and channels are supposed to be compared case-insensitively (and there's some oddities due to IRC's Scandinavian origin, like '{' is uppercase '[').

Re: Ircd.js: A Node.js IRC Daemon

#6
Nice job and congratulations on your progress.

Now, what would be really interesting is if you were to add a WebSocket layer into the server, so one could write a browser-based client that would directly interface with the IRC server without having to proxy like mibbit does.

Re: Ircd.js: A Node.js IRC Daemon

#7
post #6

Nice job and congratulations on your progress. Now, what would be really interesting is if you were to add a WebSocket layer into the server, so one could write a browser-based client that would directly interface with the IRC server without having to proxy like mibbit does.

Yeah, I actually thought about that. I'm not sure if I want to bundle that into the main server.

I made a web-based chat system maybe a year ago called JsChat, so I might use some of the stuff I learned there and do a nice Socket.IO thing.

Re: Ircd.js: A Node.js IRC Daemon

#10
OT but Anyone actively pumping out stuff for node.js? I just installed it on my slice last week; it took me about an 30-40 minutes to get through the README :| (mostly due to some missing dependencies), flipped through man, and was like wtf I'm doing. . .point being, it seemed like it'd take some serious investment to, first, figure what you're doing, and, second, to produce something interesting.

Coolest application I've seen come out of node.js is http://mrdoob.com/125/Multiuser_Sketchpad_HTML5. I'd be interested in what others are doing in it; let alone, how they got about doing they wanted to do in it.

Post reply on HN