Simple irc web client using node.js, express, irc for node.js and socket.io.
- Install node.js. This app was created on version 0.10.28. http://nodejs.org/
- Clone the repository or download the zip file
- Open a command window in the folder you cloned the repository in and run
npm install
- Run the app with
npm start
If you want to apply further configuration open the file "settings.js" and take a look.
- userlist
- theming support
- app preferences
- some ui additions