Packages
Servable Server
The servable server is responsible for all the Servable related operations on a servable template project. It is available as an npm dependency.
- npm
- yarn
npm install -g @servable/server
yarn global add @servable/server
Servable Manifest
The Servable manifest is a utility that builds a protocol's manifest and documents it. It is available as an npm dependency.
- npm
- yarn
npm install -g @servable/tools
yarn global add @servable/tools
Servable Parse Server Adapter
The Servable Parse Server Adapter is an example of a engine.
- npm
- yarn
npm install @servable/parse-server-engine
yarn add @servable/parse-server-engine
Servable CLI (yeoman generator)
The servable CLI is responsible for scaffolding and manipulating servable and protocol projects.
It is available as an npm package. It uses under the hood:
- the Servable server
- the Servable Protocols Registry API
- npm
- yarn
npm install -g @servable/cli
yarn global add @servable/cli
Servable Registry
The servable protocols registry is a centralized protocols repository.
It is available at servable.app
It serves a public api at api.servable.app
Servable Dashboard
The servable dashboard is a fork of the Parse Dashboard aimed at providing the best Servable experience.
It is available with the CLI when launching a full-fledged local app.
Servable Widgets
Servable widgets are embeddable React components that can display a protocol for example.