All Projects → niklasf → Node Irc Server

niklasf / Node Irc Server

Licence: gpl-3.0
Implementation of the IRC server protocol using node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

node-irc-server

Implementation of the IRC server protocol using node.js.

Obsolete

This project is obsolete. alexyoung/ircd.js implements a larger command set of the RFCs and does that in a nicer way.

Usage

var irc = require('./lib/irc');

var server = irc.createServer();
server.listen();

Dependencies

Required:

Optional:

Contact

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].