Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 439 Bytes

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.