Horizon is a platform to build reactive, real-time scalable apps. It uses RethinkDB internally and is immediately compatible with Vue. In this recipe, you'll build an automatic personal diary.
Creating a reactive app with Horizon
Getting ready
This recipe just requires a bit of Vue fundamentals, but really not much else.
Before starting though, ensure that you install RethinkDB. You can find more info on this on their website (https://www.rethinkdb.com/docs/install/). If you have Homebrew, you can install it with brew install rethinkdb.
Also, you will need a Clarifai token. To get one for free, go to https://developer.clarifai.com/ and sign up. You'll be presented with the code you are supposed to write in your application, like in the following...