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

https://github.com/cazala/cheapbase

like Firebase, but for free (thanks to Heroku).
https://github.com/cazala/cheapbase

Last synced: about 2 months ago
JSON representation

like Firebase, but for free (thanks to Heroku).

Awesome Lists containing this project

README

        

# CheapBase
[Poor Man's](http://procbits.com/2014/01/06/poor-mans-firebase-leveldb-rest-and-websockets) lightweight database RPC over WebSockets, similar to [Firebase](https://www.firebase.com/tutorial), but hosted [for free](https://cheapbase.herokuapp.com).

**Live demo**: [Cheap Chat](https://cheapbase.herokuapp.com)

To test it out:

```
git clone https://github.com/cazala/cheapbase.git
```

You must be logged into [Heroku](https://signup.heroku.com/dc) and have the [toolbelt](https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up) installed:

```
heroku create
git push heroku master
heroku open
```