actually-serverless VS postgres-wasm

Compare actually-serverless vs postgres-wasm and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
actually-serverless postgres-wasm
6 4
61 99
- -
1.8 0.0
almost 2 years ago about 1 year ago
JavaScript Shell
MIT License 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.

actually-serverless

Posts with mentions or reviews of actually-serverless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-03.
  • Show HN: Postgres WASM
    16 projects | news.ycombinator.com | 3 Oct 2022
    I wrote an in-browser serverless platfrom [1] a few months ago with which this would pair well; but seeing the techniques described here, it might make sense to compile workerd [2] to wasm instead.

    [1] https://github.com/johnhenry/actually-serverless

  • Actually Serverless -- Run HTTP Endpoints in your browser
    2 projects | /r/serverless | 8 Jan 2022
    Source here: https://johnhenry.github.io/actually-serverless/
    1 project | /r/pweak | 8 Jan 2022
    4 projects | /r/javascript | 7 Jan 2022
    mwsjs.io is a library that you install within applications. This static application that runs on a website. (I probably should have posted a link to the running application -- https://johnhenry.github.io/actually-serverless/).

postgres-wasm

Posts with mentions or reviews of postgres-wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-24.
  • The Docker+WASM Technical Preview
    9 projects | news.ycombinator.com | 24 Oct 2022
    I used https://wasm.supabase.com/ to make sure some SQL commands I was writing for a blog were correct.

    I miss a feature where I can share a link with some data/schema pre-seeded (maybe from a gist?)

  • Postgres WASM by Snaplet and Supabase
    7 projects | dev.to | 10 Oct 2022
    We achieve this by mounting a compressed 9P filesystem in the VM. 9P provides a Python script which takes a filesystem folder,renames every file an 8-character name and produces a filesystem.json file representing a nested structure with files, original file names, sizes, etc.
  • What is the best web-based PostgreSQL for Workshop
    2 projects | /r/PostgreSQL | 5 Oct 2022
    maybe https://wasm.supabase.com tech?
  • Show HN: Postgres WASM
    16 projects | news.ycombinator.com | 3 Oct 2022
    Hey HN, we’re excited about this launch. This was a collaborative effort with the team at Snaplet [0].

    postgres-wasm is an embeddable Linux VM with Postgres installed, which runs inside a browser. It provides some neat features: persisting state to browser, restoring from pg_dump, logical replication from a remote database, etc.

    The idea was inspired by CrunchyData’s HN post about a month ago [1]. We love the possibilities of Postgres+WASM, and so Supabase & Snaplet teamed up to create an open source version. The linked blog post explains the technical difficulties we encountered, and the architecture decisions we made.

    We’re still working hard on this, but it’s at a good “MVP” stage where you can run it yourself. Snaplet are working on a feature where you can drag-and-drop a snapshot into your browser to restore the state from any backup. Supabase are exploring ways we can run the entire Supabase stack inside the browser. You can find the Snaplet repo here [2], and the Supabase fork here [3]. There’s very little difference between these two, we just have a different browser UI.

    Both Supabase team and the Snaplet team will be in here commenting if you want to know anything else about the technical details.

    [0] Snaplet: [https://www.snaplet.dev/](https://www.snaplet.dev/)

    [1] Crunchy post: [https://news.ycombinator.com/item?id=32498435](https://news....

    [2] Snaplet repo: [https://github.com/snaplet/postgres-wasm](https://github.com...

    [3] Supabase fork: [https://github.com/supabase-community/postgres-wasm](https:/...

What are some alternatives?

When comparing actually-serverless and postgres-wasm you can also consider the following projects:

msw - Seamless REST/GraphQL API mocking library for browser and Node.js.

microservice-rust-mysql - A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.