• Meet Rye
  • Cookbook
  • Reference
  • Blog
  • Github
Logo
Logo
  • Meet Rye
  • Cookbook
  • Reference
  • Blog
  • Github
Close Console

Cookbook

  • Using rye

    • Rye Executable
    • More on flags
    • Console
  • Working with

    • Date and time
    • Rye Tables 1/2
    • Rye Tables 2/2
    • IO (Input Output)
    • Email/SMTP/IMAP
  • Server side*

    • HTTP Servers
    • Gin HTTP Servers
    • SQLite Database
    • PostgreSQL database
  • Gui rye fyne

    • Examples
    • Examples v2
    • Live development*
    • Mobile apps*
  • Deployment

    • Local project binary
    • Embedded binaries
  • Improving rye

    • One source of truth
    • Testing
Overview

Deployment

There are some interesting options for deploying apps. On proff of concept stage at this point.

Local project binary

Creating local per-project Rye binaries with custom modules

Embedded binaries

Embedding Rye scripts into standalone executables

  • Reddit
  • Github