irc-factory
v1.10.1
Published
A library for creating multiple persistant IRC clients and managing them based on irc-socket and irc-message
Downloads
42
Maintainers
Readme
irc-factory
Some stress tests have been done Click here
A rebuilt irc-factory from irc-socket and irc-message, irc-factory was originally based on node-irc, however it got hacked away at and eventually turned into a half functional slow pile of junk.
I decided on the task of re-designing it from the ground up for the new ircanywhere. It's built ontop of a two rapid barebone irc socket and irc parsing libraries, it has a similar api to node-irc but ultimately has almost none of the bulk of it. The main difference between node-irc is that it's primary design is to allow for long running irc clients, which means you can seperate your program and irc client processes to allow for instant resumes.
Installation and usage docs are in the wiki.