realtime-photo-tutorial
realtime-photo-tutorial copied to clipboard
A dead simple realtime photo app to showcase RethinkDB binary data changefeeds
Realtime Photo Tutorial
A short tutorial on uploading images and broacasting them in realtime using RethinkDB changefeeds and RethinkDB binary data. If you want to see a more complete, optimized verion of this you can check out the original realtime photo app or check out the repo in GitHub.

Setup
After installing RethinkDB and Node.js, install all packages with npm:
npm install
After that, run the server:
node server/index.js
Finally, go to http://localhost:8000 and try it out!