node-irc-client icon indicating copy to clipboard operation
node-irc-client copied to clipboard

A web based IRC client written in CoffeeScript and based on Node.js

Simple and stupid Node.js IRC client

This is mainly an attempt to mess with CoffeeScript. Start the server with:

coffee chatbot.coffee 1234 #somechannel

It's a very simple client, that connects to freenode, and will join a channel that you specify (#somechannel). Browsing to your address at the port you specified (1234) will give you a chat interface to interact with.

Built using

Dependencies

This application should run in a recent node.js environment, dependencies can be installed using NPM. It needs:

  • CoffeeScript
  • Express
  • Socket.io
  • IRC
  • Underscore
  • Ejs