Skip to content

alimhtsai/Simple_chatting_room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

A simple chatting room for testing push notification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published