Fission · FaaS · Event-Driven

Serverless.
Betrieben mit Firecracker-VMs.

Build scalable, event-driven applications without managing infrastructure. Deploy functions in Python, Node.js, Go, PHP, Ruby, and JVM — each isolated in its own Firecracker micro-VM.

7 Runtimes
CHF 0.20 Per 1M Requests
Scale to zero
~0.15s Warm Start
evrtng functions — bash
# 1. Account — API-Key erhalten
$ curl $API_HOST/provision \
    -d '{"plan": "free"}'

# 2. Funktion: POST .../functions
{
  "name": "hallo",
  "environment": "python",
  "code": "def main(): ..."
}

# 3. Aufrufen — per Tenant-URL
$ curl NS.fnc4.evrtng.cloud/hallo
API_HOST= https://fnc4.evrtng.cloud
Ereignisgesteuert
HTTP, Kafka, Cron
7 Runtimes
Python, Node, Go, PHP, Ruby, JVM, Binary
Subscription
From CHF 9.95/mo, inkl. MWST
Tenant URLs
https://ihr-ns.fnc4.evrtng.cloud
Cron Triggers
Scheduled execution built in

Wie Serverless funktioniert

Trigger-Ereignis

An HTTP request, Kafka message, or cron job fires a trigger.

Fission Runtime

Your function spins up in an isolated Firecracker micro-VM, executes, then scales back to zero.

Antwort zurückgeben

JSON, HTML oder eine beliebige Antwort wird direkt zurückgegeben. Sie zahlen nur für die Ausführungszeit.

In jeder Sprache schreiben

Alle Sprachen →
Python 3.x
Node.js LTS
Go stable
PHP 8.x
Ruby stable
JVM/Java JVM 21
Binary Eigenes Docker-Image
Isolation Firecracker micro-VM

Simple Subscription Pricing

Vollständige Preise →
Abrechnungsformel
Anfragen CHF 0.20 / 1M requests
Compute (GB·s) CHF 0.0000166667 / GB·s
Inaktive Funktionen CHF 0.00
Gesamtrechnung Anfragen + GB·s
GB·s = (Requests × ms × MB) ÷ 1024
Beispielabrechnung
# Pro-Plan: 3M Req, 100ms, 512MB

requests  = 3'000'000  # Limit
duration  = 100ms
memory    = 512MB

# Request-Kosten
req_cost  = 3 × CHF 0.20 = CHF 0.60

# GB·s = 3M × 0.1s × (512÷1024)
gb_s      = 150'000  # < 160'000
gb_s_cost = 150'000 × 0.0000166667
          = CHF 2.50

# Total
total     = CHF 0.60 + 2.50 = CHF 3.10 🎉

Heute starten

Machen Sie bei der Serverless-Revolution mit. Deployen Sie Ihre erste Funktion in unter 5 Minuten.

$ quick start → create account