https://github.com/mrsteele/simplenodechatroom
https://github.com/mrsteele/simplenodechatroom
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrsteele/simplenodechatroom
- Owner: mrsteele
- Created: 2014-08-12T00:42:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T18:58:00.000Z (about 8 years ago)
- Last Synced: 2024-12-28T08:40:56.425Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleNodeChatroom
This node chatroom was created as a test for node WebSockets. It was added here to save the project and share with others.
## Features
* Nicknames
* Multiple rooms
* Activity notifications (joining and leaving rooms)## Usage
Usage is simple:
1. Run `npm i`.
1. Run `npm run start`.
1. Go to http://localhost:1447 in your browser.