Skip to content

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

Notifications You must be signed in to change notification settings

naneau/node-irc-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages