Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 483 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 483 Bytes

#chat

A web interface for IRC! Using node.js, express, websockets, and foundation.

image of #chat image of #chat

Getting started:

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/