TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ircd.js: A Node.js IRC Daemon

47 pointsby alexyoungover 14 years ago

5 comments

cafover 14 years ago
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 '[').
评论 #1842597 未加载
mlLKover 14 years ago
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.<p>Coolest application I've seen come out of node.js is <a href="http://mrdoob.com/125/Multiuser_Sketchpad_HTML5" rel="nofollow">http://mrdoob.com/125/Multiuser_Sketchpad_HTML5</a>. I'd be interested in what others are doing in it; let alone, how they got about doing they wanted to do in it.
评论 #1843009 未加载
woogleyover 14 years ago
Nice job and congratulations on your progress.<p>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.
评论 #1842595 未加载
评论 #1843527 未加载
RicRobertsover 14 years ago
As Alex said to me the other day "Node.js is not powered by Candyfloss and rainbows".
评论 #1842599 未加载
thefrodover 14 years ago
word up
评论 #1842387 未加载