osslate / irc-message

Performant, streaming IRC message parser
BSD 2-Clause "Simplified" License
91 stars 13 forks source link

What to use it with? #10

Closed silverbucket closed 10 years ago

silverbucket commented 10 years ago

Nice module, I'm currently looking for a good node irc module to use, and I see lots of people that have forked node-irc and made their own modifications, but haven't seen any collaboration of merging of those branches to a new fork of the project.

I was wondering if you had any suggestions as to what npm module to use for IRC interfacing?

osslate commented 10 years ago

I've forked node-irc to add in support for this module (though it's a little outdated, using an older version) if you're interested in just gaining a speed boost. I was going to write a fully fledged IRC client library before, but I decided to split it off into the message parser (this) and the stream interface which can be found here. There're some examples on my blog of how to make use of it, but it requires a little IRC knowledge (but allows ultimate flexibility).