Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Horizon Server

An extensible middleware server built on top of RethinkDB which exposes a websocket API to front-end applications.

Documentation

Follow our documentation at samuelhughes.com/rethinkdb/horizon-docs/install.html for instructions on installing Horizon.

Requirements

The Horizon server requires some tools and libraries to be available before it can run:

  • node.js - interpreter to run the Horizon server
  • openssl - generating ssl certificates
  • rethinkdb - for running a RethinkDB server

OpenSSL

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.

RethinkDB

Check out rethinkdb.com/install for the best method of installing RethinkDB on your platform.