Skip to content

Files

Latest commit

115cce5 · Mar 25, 2014

History

History
22 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 389 Bytes

nIRC

Node IRC demo application presented at Timisoara JavaScript meetup.

It uses websockets to emulate and IRC chat. You see a list of users, conversation and a send message form.

Instructions on running:

> cd nIRC

> npm install

> cd public

> bower install

> cd ..

> ./server.js

Go to browser and open "http://localhost:3000"