https://github.com/matthewbdaly/babblr
A simple Node.js based chat server. Uses Redis's pub/sub support
https://github.com/matthewbdaly/babblr
Last synced: 7 months ago
JSON representation
A simple Node.js based chat server. Uses Redis's pub/sub support
- Host: GitHub
- URL: https://github.com/matthewbdaly/babblr
- Owner: matthewbdaly
- License: gpl-2.0
- Created: 2014-11-26T01:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T17:28:17.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T04:02:17.337Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 669 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Babblr
==========[](https://gitter.im/matthewbdaly/babblr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/matthewbdaly/babblr)
[](https://coveralls.io/r/matthewbdaly/babblr?branch=master)Everyone who tinkers with Node.js writes a chat server sooner or later. This is mine
Implemented in Node.js, using Redis as the datastore, and Express to handle routing. Primarily a personal project to learn a bit about using Redis.
Demo [here](https://babblr-demo.herokuapp.com/)