Go to file
rubenwardy 8993cc95a8 Update README.md 2017-07-13 11:08:51 +01:00
server Disconnect clients when they stop communicating 2014-10-08 15:03:27 +00:00
.gitignore Initial Commit 2014-10-08 14:25:40 +00:00
README.md Update README.md 2017-07-13 11:08:51 +01:00
client.js Add credits to bottom of login screen 2014-10-08 14:34:05 +00:00
config.js Initial Commit 2014-10-08 14:25:40 +00:00
index.html Change default login details 2014-10-08 14:39:02 +00:00
jQuery.min.js Initial Commit 2014-10-08 14:25:40 +00:00
style.css Add credits to bottom of login screen 2014-10-08 14:34:05 +00:00

README.md

RubenIRC

Image of RubenIRC

A HTML5 irc client.

Created by rubenwardy.

Installation

# Download dependencies
sudo apt-get install nodejs npm
npm install irc

# Run server
cd server
nodejs server.js

Edit SERVER_ADDRESS in config.js to point to your node.js server.

To open the client, visit the index.html page.