Framework deployment guides

Node.js

Deploy Node.js applications using any framework. Partiri supports Node.js with automatic detection from package.json. Set your build and run commands, and we handle the rest.

Examples

Deno

Deploy Deno applications using the native Deno.serve API or frameworks like Oak. Partiri supports Deno with automatic detection from deno.json. Set your build and run commands, and we handle the rest.

Examples

Python

Deploy Python web applications with any WSGI or ASGI framework. Partiri detects Python projects from requirements.txt or pyproject.toml and runs your app with the server of your choice.

Examples

Go

Deploy Go applications compiled to a single binary. Partiri detects Go projects from go.mod. Build produces a static binary that runs efficiently with minimal resource usage.

Examples

Rust

Deploy Rust web services compiled with cargo. Partiri detects Rust projects from Cargo.toml. The release build produces a high-performance binary with minimal memory footprint.

Examples

Ruby

Deploy Ruby applications and Rails projects. Partiri detects Ruby from your Gemfile and supports Puma, Unicorn, or any Rack-compatible server.

Examples

Elixir

Deploy Elixir and Phoenix applications. Partiri detects Elixir projects from mix.exs and supports OTP releases for production deployments.

Examples

PHP

Deploy PHP applications including Laravel and other frameworks. Partiri detects PHP from composer.json and supports both built-in server and custom configurations.

Examples

JVM (Java/Kotlin)

Deploy Java and Kotlin applications using Spring Boot, Quarkus, or any JVM framework. Partiri detects JVM projects from build.gradle or pom.xml.

Examples

.NET

Deploy ASP.NET Core and other .NET applications. Partiri detects .NET projects from .csproj or .fsproj files and supports the dotnet CLI for builds.

Examples

C++

Deploy C++ web services built with CMake. Partiri detects C++ projects from CMakeLists.txt and supports frameworks like Crow for HTTP serving.

Examples

Static Sites

Deploy static HTML, CSS, and JavaScript sites. Partiri serves static content using Caddy with automatic HTTPS. No build step required for plain static files.

Examples