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).
- Host: GitHub
- URL: https://github.com/cazala/cheapbase
- Owner: cazala
- Created: 2015-12-02T15:00:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T14:53:31.000Z (over 9 years ago)
- Last Synced: 2025-02-26T01:51:13.212Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://cheapbase.herokuapp.com
- Size: 4.88 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```