layout | title | id | permalink |
---|---|---|---|
documentation |
RethinkDB Horizon |
index |
/docs/ |
RethinkDB Horizon is an open-source developer platform for building realtime, scalable web apps. It is built on top of RethinkDB, and allows app developers to get started with building modern, engaging apps without writing any backend code.
Horizon consists of three components:
- Horizon server: a middleware server that connects to/is built on top of RethinkDB, and exposes a simple API/protocol to front-end applications.
- Horizon client: a JavaScript client library that wraps Horizon server's protocol in a convenient API for front-end developers.
- Horizon CLI: a command line tool,
hz
, aiding in scaffolding, development, and deployment.
- Installing Horizon & RethinkDB: an overview of installing the RethinkDB and Horizon servers.
- Getting started: get up to speed on Horizon's basics.
- The Horizon API: learn about the two JavaScript classes at the heart of Horizon:
- Horizon (the connection management class)
- Collection (the data management class)
- Permissions: how Horizon's permissions and schema enforcement system works.
- Users and groups: an overview of Horizon's user management system.
- Authentication: integrating Horizon apps with Github, Twitter and other OAuth providers.
- Running the Horizon server:
- Configuration: all about the Horizon configuration file,
.hz/config.toml
.