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.
Most of the code is from the "skillsharing" project of the book Eloquent JavaScript by Marijn Haverbeke.