Deployment

Deploying your Jetpath application involves packaging your code and dependencies, choosing a hosting environment, and running the application server so it’s accessible to users. Jetpath’s flexibility allows you to deploy it across various platforms using Node.js, Deno, or Bun as the runtime.


Common Deployment Strategies

Here are outlines for common deployment approaches:

1. Virtual Machines (VMs) / Bare Metal

2. Containers (Docker)

Jetpath Specifics & Recommendations