Giter Club home page Giter Club logo

lagon's Introduction

Lagon logo

Deploy Serverless Functions at the Edge


Dashboard

About

Lagon is an open-source runtime and platform that allows developers to run TypeScript and JavaScript Serverless Functions close to users.

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

Current status:

  • Dev: In heavy development, features are being added and APIs have breaking changes
  • Alpha: Missing features and bugs to fix, progressive access to Lagon Cloud (waitlist)
  • Beta: Stable APIs, last features are being added, Lagon Cloud available without a waitlist
  • General Availability: Cloud and self-hosted versions available for production usage

Packages

  • cli CLI to manage Functions
  • dashboard Dashboard and API
  • docs Documentation website
  • js-runtime JavaScript code for the Runtime, containing the Web APIs
  • runtime Rust JavaScript Runtime, using V8 Isolates
  • serverless HTTP entrypoint for Functions, using the Runtime and exporting metrics
  • ui Design system
  • wpt-runner Run web-platform-tests on Lagon
  • www Public website

Features

  • JavaScript Runtime written in Rust using V8 Isolates
  • Native Web APIs like Request, Response...
  • 100% open-source
  • Deploy APIs, SSR(ed) websites, Webhooks endpoints, Cron jobs...
  • CLI to manage Functions and develop locally
  • Deploy at the Edge using the Cloud version, or self-host it

Roadmap

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.

See the roadmap on GitHub

Contributing

See the contributing guide

How it works

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.

License

GNU AGPLv3

lagon's People

Contributors

quiibz avatar renovate[bot] avatar github-actions[bot] avatar cyco130 avatar await-ovo avatar bahlo avatar colinlienard avatar danielroe avatar murka avatar hisamafahri avatar ming535 avatar 20k-ultra avatar metrue avatar g3root avatar tombyrer avatar asharonbaltazar avatar aymene01 avatar ducan-ne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.