A web interface for IRC! Using node.js, express, websockets, and foundation.
Requirements:
node (npm comes with node)
Clone the repository:
git clone https://github.com/tsoporan/chat.git chat
Install deps:
cd chat; npm install
Start it up:
npm start
See in action:
http://localhost:3000/