Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.4 KB

README.md

File metadata and controls

73 lines (54 loc) · 2.4 KB

Lagon logo

Deploy Serverless Functions at the Edge

lagon.app

Open Source • TypeScript • Web APIs
Cron triggers • Instant deployments
Interactive playground


Dashboard

About

Lagon is a free Open Source Runtime and SaaS that make it easy to deploy TypeScript and JavaScript Serverless Functions at the Edge, using V8 Isolates. The goal of Lagon is to be an alternative to CloudFlare Workers® and Deno Deploy that you can self-host.

Warning: Lagon is still in heavy development. Do not use for production usages.

Current status:

  • Dev
  • Alpha
  • Beta
  • General Availability

Packages

  • runtime Runtime used to run functions inside V8 Isolates
  • serverless Entrypoint for all functions, using the runtime and exporting metrics
  • website Dashboard and API
  • cli CLI to deploy functions
  • types Types of the runtime used when creating functions
  • www Public website

Planned features

  • JavaScript Runtime based on V8 Isolates with Web APIs
  • Deploy APIs, SSR(ed) websites, Webhooks endpoints, Cron jobs...
  • CLI to deploy/remove functions and run them locally
  • Playground in the website
  • Deploy at the Edge using the SaaS, or self-host it

Roadmap

Lagon is a fairly recent project. It is still in heavy development, so expect breaking changes and buggy features.

See the roadmap on GitHub

How it works

Lagon uses V8 Isolates, providing sandboxed JavaScript environments. That means each Function memory space is isolated from each other and from the host.

They start very quickly (faster than starting a Node.js process), and we can run multiple Isolates inside a single Node.js process.

Each Function is then deployed globally in 8 locations (expect more locations soon), close to users to reduce latency.

License

GNU AGPLv3