edge-runtime VS kickstart

Compare edge-runtime vs kickstart and see what are their differences.

edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services. (by supabase)

kickstart

My interpretation of an endless library (by tylerchilds)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
edge-runtime kickstart
5 1
563 5
3.4% -
9.6 8.3
5 days ago 5 months ago
Rust JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

edge-runtime

Posts with mentions or reviews of edge-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.
  • Supabase – General Availability Week
    7 projects | news.ycombinator.com | 15 Apr 2024
    - Functions have a critical bug that prevent us from using in development so we decided to move to our own API servers: https://github.com/supabase/edge-runtime/issues/212
  • Edge Functions: Node and native NPM compatibility
    2 projects | news.ycombinator.com | 12 Dec 2023
    source: https://github.com/supabase/edge-runtime

    we needed this to get feature parity across local, the platform, and self-hosting

  • Edge Functions: Node and native npm compatibility
    2 projects | dev.to | 12 Dec 2023
    Refactoring the module loader fixes a few other bugs, such edge functions erroring out when an deno.lock file is already present in the project.
  • Hugging Face is now supported in Supabase
    4 projects | dev.to | 7 Aug 2023
    Cold-starts are the time it takes for the “initial load” of an Edge Function. Because the model needs to be downloaded to the Edge Function, could starts can take anywhere from ~2-6s (based on the model). Loading the initial model and building the pipeline usually contributes to it. We are experimenting with the idea of attaching a “read-only disk” of models to our Edge Runtime which mitigate any download penalties. We’ll share more details about these optimizations in a future blog post.
  • Supabase Edge Runtime: Self-Hosted Deno Functions
    12 projects | news.ycombinator.com | 11 Apr 2023
    [Supabase engineer & Author of the blog post]

    Hi Mark, hosted Supabase Edge Functions would still run on Deno Deploy, so those limitations would still exist. However, we plan to introduce file system access via integration with Supabase Storage. This is still a rough idea stage, maybe we'll have a solid answer in a couple of months :)

    For dynamic imports, we haven't looked into it since Supabase users haven't requested it. If you can open an issue on Edge Runtime repo [0] and explain how you intend to use them, we can probably work on a solution.

    [0] https://github.com/supabase/edge-runtime/issues

kickstart

Posts with mentions or reviews of kickstart. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • Supabase Edge Runtime: Self-Hosted Deno Functions
    12 projects | news.ycombinator.com | 11 Apr 2023
    if curious of specifics, this is my work in progress proof of concept, exploring using pathnames for channels, to get anyone on the same url path connected across regions through sockets and broadcast channel: https://github.com/tylerchilds/kickstart/blob/869506c9dae1e1...

What are some alternatives?

When comparing edge-runtime and kickstart you can also consider the following projects:

postgres_lsp - A Language Server for Postgres

self-hosted-edge-functions-demo - A demo of how to self-host Supabase Edge Functions on Fly.io

vecs - Postgres/pgvector Python Client

extism - The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.

windmill - Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.

braid-spec - Working area for Braid extensions to HTTP

supabase - The open source Firebase alternative.

deno - A modern runtime for JavaScript and TypeScript.

postgrest - REST API for any Postgres database