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

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

Awesome Lists containing this project

README

        

Babblr
==========

[![Join the chat at https://gitter.im/matthewbdaly/babblr](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/matthewbdaly/babblr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://travis-ci.org/matthewbdaly/babblr.svg)](https://travis-ci.org/matthewbdaly/babblr)
[![Coverage Status](https://coveralls.io/repos/matthewbdaly/babblr/badge.png?branch=master)](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/)