Skip to content

README clarification #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## 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. You will be able to self-host it.
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be more precise, Lagon will also be available as a Cloud version so you don't have to manage servers yourself:

Suggested change
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.
Lagon is a free Open Source Runtime and SaaS that makes 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, with both Cloud and self-hosted versions.


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

Expand Down Expand Up @@ -62,7 +62,7 @@ Lagon is a fairly recent project. It is still in heavy development, so expect br

## How it works

Lagon uses V8 Isolates, which are sandboxed environments used to run plain JavaScript. That means each Function memory is isolated from each other and from the host.
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.

Expand Down