Server for RethinkDB Horizon, an open-source developer platform for building realtime, scalable web apps.
An extensible middleware server built on top of RethinkDB which exposes a websocket API to front-end applications.
Follow our documentation at horizon.io/install for instructions on installing Horizon.
* node.js - interpreter to run the Horizon server
* openssl - generating ssl certificates
* rethinkdb - for running a RethinkDB server
OpenSSL is required to generate the cert and key pair necessary to serve Horizon securely via HTTPS and WSS. Usually this is done on the production server where you are running Horizon, however to do this locally you'll need to have the OpenSSL installed.
* OSX - brew install openssl
* Ubuntu - Follow this guide here.
* Windows - Unofficial list of Windows OpenSSL Binaries
Check out rethinkdb.com/install for the best method of installing RethinkDB on your platform.