Orbit

This page is an overview of the Orbit documentation


Getting Started

Orbit is a utility to assist with server side processing that can be used to render various web frontend tooling, requiring next to no boiler plate, using the same interface. Additionally, Orbit can be used as a static renderer (like this website) or render multiple frameworks together in a micro frontend.

Currently orbit has support for the following tools:

  • Client-side React
  • Vanilla Javascript
  • Server-side React (partial support)

Installation

You can install orbit with the go install tool like so go install github.com/GuyARoss/orbit@latest

Guides

You can find guides for the following tools listed below