Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 498 Bytes

Chatting Room

NodeJS, Websocket

Introduction

  • A simple chatting room for testing push model
    • pros:
      • real-time
    • cons:
      • required bidirectional protocol between client and server
      • clients must be online

Live Demo

real_time_chatting_room.mov

Local Build

  1. Run npm install to install dependencies.
  2. Run node index.js to start the node app.
  3. Open http://localhost:8080/.