/chitchat

Chat application built with Node.js and Socket.IO

Primary LanguageJavaScript

ChitChat

Features

  • Chat room notifies when new user arrives/leaves
  • Users can update their usernames
  • List updates when a user arrives/leaves
  • Messages have timestamps

Setup

  1. Download .zip
  2. cd to /chitchat-master
  3. at your command line $ run npm install to install dependencies
  4. then run node server.js
  5. server is listening on port 8000, in your browser localhost:8000

Dependencies

  • socket.io
  • express