Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Chat Example with Socket.IO

Installation requirements

Install the packages express, socket.io, and jade with NPM

npm install express
npm install socket.io
npm install jade

Project description

The goal is to create the quintessential realtime application on the web: a chat client. It involves the following concepts

  • Realtime communication schemes
  • Connect/Express + Socket.IO integration
  • JSON as a transport encoding mechanism