edge-runtime VS braid-spec

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

edge-runtime

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

braid-spec

Working area for Braid extensions to HTTP (by braid-org)
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 braid-spec
5 7
563 216
3.4% 0.5%
9.6 8.1
5 days ago 5 months ago
Rust
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

braid-spec

Posts with mentions or reviews of braid-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-15.
  • Synit – A Reactive Operating System
    2 projects | news.ycombinator.com | 15 Jul 2023
    Hi! I have a few questions:

    1) What are the benefits of the reactive operating systems? Do you have any example use-cases that this does better than traditional approaches?

    2) Do you find this related to functional reactive programming at all?

    3) Since this is a model of concurrency with eventual consistency, do you see it benefitting from eventually-consistent OT or CRDT data types?

    I am working on what might be a related model: https://braid.org and https://stateb.us. We are building a "distributed state abstraction", that we envision will end up in three places:

    a) HTTP will upgrade from a state transfer to a state synchronization protocol

    b) Applications will be separated into UIs on top of a "web of state" (see https://stateb.us/static/statebus-demo-3-31.mp4 ) and transition from web apps to app webs

    c) Operating Systems will replace file systems with state systems; where local variables in memory can persist to disk without explicit read/write calls, and can be read/written across processes without programming overhead.

    I am wondering if we are all looking at the same programming abstraction, but from different angles!

  • Supabase Edge Runtime: Self-Hosted Deno Functions
    12 projects | news.ycombinator.com | 11 Apr 2023
    Thanks Lakshan!

    I don't think my use-case is necessarily a good fit for edge functions. I am trying to achieve what Supabase realtime/multiplayer accomplishes, but generically. I participate informally with the https://braid.org IETF working group, which to over-simplify is CRDTs over HTTP with subscriptions.

    I'm interested in web standards and that's what's drawn me to deno, so I'm super excited the more and more I see it being adopted. BroadcastChannel piques my interest because it is perfectly in that gray area of standardization-- it makes total sense on the client and we're on the cusp of discovering what that could look like for servers.

    In deno deploy, all the instances of my service are able to be linked together by BroadcastChannel, which I'm viewing as a p2p-style architecture. Ultimately, I'm curious about how this works under the hood and if it would be possible to interoperate a BroadcastChannel between Deno Deploy, Supabase, and say a Raspberry Pi in my house.

    I've gone on a bit of a tangent, but I think maybe I should get involved with the WinterCG, since now that I'm putting my thoughts to words-- seems like it fits their charter.

  • Jack Dorsey: a native internet protocol for social media
    2 projects | news.ycombinator.com | 14 Dec 2022
    Yes! This is the approach we're taking at https://braid.org -- extending HTTP itself into a decentralized synchronization protocol, so that any application built on top of it can be decentralized.

    Specifically, you can divide any application's protocol into two parts:

      - A data synchronization protocol
  • What Is JSON Patch?
    2 projects | news.ycombinator.com | 9 May 2022
    That doesn't work, because DELETE is defined to delete the entire resource. PUT is defined to replace the resource with the body, which would replace the resource with the patch. Only PATCH is defined to accept a patch and do something special with it.

    Another option, though, is to use the Range-Patch spec from: https://github.com/braid-org/braid-spec

  • Braid: Synchronization for HTTP
    1 project | news.ycombinator.com | 15 Apr 2022
  • Mark Nottingham: Server-Sent Events, WebSockets, and HTTP
    11 projects | news.ycombinator.com | 19 Feb 2022
    Your use-case sounds perfect for Braid: https://braid.org

    This works like SSE, but is designed specifically to articulate changes to the state of HTTP/REST resources.

    If you're in Javascript, you can use the braidify library: https://www.npmjs.com/package/braidify

What are some alternatives?

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

postgres_lsp - A Language Server for Postgres

canonic - QML web browser

vecs - Postgres/pgvector Python Client

pushpin - A proxy server for adding push to your API, used at the core of Fastly's Fanout service

kickstart - My interpretation of an endless library

zotonic_mod_teleview - Mod teleview provides live updating server rendered views.

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

know-your-ietf-well - IETF Internet-Drafts, RFCs, erratas, ABNFs

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.

phoenix_live_view - Rich, real-time user experiences with server-rendered HTML

deno - A modern runtime for JavaScript and TypeScript.

http-core - Core HTTP Specifications