Nearby cab search with RethinkDB geo-queries and changefeeds. Think Uber.
This is meant to be a demo of some capabilities of RethinkDB:
- Live changefeeds
- Geo-spatial queries
- Clone and
npm install. - Install RethinkDB with
brew install rethinkdb. - Run the following commands in the project folder in separate terminal windows.
rethinkdbnpm startnode db/moveMarkers.js
- Open
http://localhost:3000in Chrome.
- RethinkDB
- socket.io
- React.js