Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enzeberg/chatroom
- Owner: enzeberg
- Created: 2017-05-10T14:20:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T12:50:05.000Z (about 7 years ago)
- Last Synced: 2024-11-08T22:35:50.225Z (about 2 months ago)
- Topics: chat, chatroom, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatroom
## Usage
git clone https://github.com/enzeberg/chatroom.git
cd chatroom
npm install
npm startThen 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.