Home > node-irc-client

node-irc-client

Node-irc-client is a project mainly written in JAVASCRIPT and COFFEESCRIPT, it's free.

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

  • CoffeeScript
  • Node.js
  • Backbone.js
  • Underscore.js
  • Socket.io
  • Express

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
Previous:symvc