Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enzeberg/chatroom

A simple web chatroom built with Node.js
https://github.com/enzeberg/chatroom

chat chatroom nodejs

Last synced: 3 days ago
JSON representation

A simple web chatroom built with Node.js

Awesome Lists containing this project

README

        

# 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](http://eloquentjavascript.net/)
by Marijn Haverbeke.