Streaming parser and serialiser for IRC protocol data.
Overview
This module allows you to consume and produce IRC protocol messages. It doesn't contain any logic, leaving that up to the developer. Also everything is streams.
Installation
Available via npm:
$ npm install irc-protocol
Or via git:
$ git clone git://github.com/deoxxa/irc-protocol.git node_modules/irc-protocol
Usage
Also see proxy.js.
#!/usr/bin/env node var net = IRCProtocol = ; var server = net; server;
License
3-clause BSD. A copy is included with the source.
Contact
- GitHub (deoxxa)
- Twitter (@deoxxa)
- ADN (@deoxxa)
- Email (deoxxa@fknsrs.biz)