Skip to content

enzeberg/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatroom

Usage

git clone https://github.com/enzeberg/chatroom.git
cd chatroom
npm install
npm start

Then you can open more than one client page and chat with yourself. When you send a message in a page, the other pages will display the message immediately.

About the app

Most of the code is from the "skillsharing" project of the book Eloquent JavaScript by Marijn Haverbeke.