๐๏ธ Introduction
Boltic Serverless is a fully managed platform that allows you to build and deploy applications and functions without worrying about infrastructure management. You can deploy your code and let Boltic take care of the rest. Boltic Serverless automatically scales your applications and functions based on the incoming traffic and ensures high availability and fault tolerance.
๐๏ธ Launch a New App
1 item
๐๏ธ Language & Framework Guides
5 items
๐๏ธ Asynchronous Invocations
Boltic enables long-running tasks or function invocations to run in the background through the use of NATS JetStream or NATS Streaming. This decouples the HTTP transaction between the caller and the function.
๐๏ธ Builders
When you deploy an app on Boltic, the app has to be assembled into a deployable image. Thatโs the job that builders take on. There are four kinds of builders - dockerfile, buildpacks, built-in, and image.
๐๏ธ Application Config
You can configure an application/function for deployment on Boltic using a boltic.toml/boltic.yaml file. Configuration of builds, environment variables, internet-exposed services, resources, and scale go here.