Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 489 Bytes

chatty

A very (very) simple chat server with web client interface.

Requirements

  • node.js (assumes 0.6.0 or greater)
  • npm (assumes 1.0.0 or greater)

Basic usage

# all from the command prompt within this directory
npm install
# start the server piece
node server.js
# from here, load up a web browser and point it to
#     http://localhost:8080/
# and if you are secure in your sanity, open more than one
# web browser and chat with yourself.