Deploy Serverless Functions at the Edge. Current status: Alpha
Deploy Serverless Functions at the Edge. Current status: Alpha
Deploy Serverless Functions at the Edge
Lagon is an open-source runtime and platform that allows developers to run TypeScript and JavaScript Serverless Functions close to users.
Note: Lagon is in Alpha. Get access to Lagon Cloud via the waitlist
Current status:
Request, Response...The roadmap is accessible to anyone on GitHub. Feel free to open an issue to discuss new features that you would like to see implemented.
Lagon uses V8 Isolates, which are sandboxed environments used to run plain JavaScript. That means each Function's memory is isolated from each others, and you can run a lot of them at the same time with very few resources. Node.js, Electron, Deno (and Deno Deploy), Cloudflare Workers are also using V8 Isolates to execute JavaScript.
Starting an Isolate is a lot faster than starting a whole Node.js process, which allows for almost free cold starts.
Thanks a lot to every current and past sponsor!
No open issues yet, or sync has not completed.