ircs

0.3.0 • Public • Published

ircs

IRC Server library in Node.js

Usage

var ircs = require('ircs')
 
ircs().listen(6667, () => {
  console.log('Ready!')
})

Readme

Keywords

Package Sidebar

Install

npm i ircs

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • goto-bus-stop