View Source 🪐 Orbit - a Gemini app framework for Elixir

Module Version Hex Docs

A simple framework for a simple protocol.

🚧 🚧 🚧 Alpha software - under active delopment 🚧 🚧 🚧

Orbit borrows a lot of ideas from Plug and Phoenix.

  • The foundation consists of:

    • Orbit.Capsule - TLS endpoint that accepts incoming connections (like Phoenix.Endpoint and cowboy combined)
    • Orbit.Request - encapsulates the request-response lifecyle (like Plug.Conn)
  • Your application implements:

  • Some additional niceties:

there-s-still-a-lot-todo

There's still a lot TODO!

See the GitHub project for the latest progress.

installation

Installation

Orbit can be added to any existing application, including a Phoenix one.

See the Quick Start guide for installation instructions.