Hacker News new | ask | show | jobs
by cjstewart88 4568 days ago
I had fun a year or so ago messing around with a web based IRC client. I never got around to adding bouncer like functionality or a few other key pieces that would make it my everyday IRC client. A few key pieces lacking in my project are: auto complete nicks, auto reconnect when connection is lost, etc. But it was fun and thats why I did it, cool project and good luck keeping it going!

My project is in node.js: https://github.com/cjstewart88/nirc

1 comments

Convos has auto complete for commands and nicks, and the auto reconnect should work, though I think it's hard making good tests for it.