Software Alternatives, Accelerators & Startups

The Future of the Web Is on the Edge

WunderGraph Deno clientdb
  1. Save 2-4 weeks / 90% of the code building web apps by automating API integrations and security.
    Pricing:
    • Open Source

    #API #GraphQL #ReactJS 57 social mentions

  2. 2
    A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
    Pricing:
    • Open Source
    The curl command mentioned in the article that's supposed to show the region being used for a request `curl -ls https://deno.land` doesn't seem to work as described. Does anyone know if this is a typo?

    #Typescript #JavaScript #Web Development Tools 200 social mentions

  3. clientDB is an open source in-memory database for enabling real-time web apps.
    Pricing:
    • Open Source
    Replicache (https://replicache.dev/) and clientdb (https://clientdb.dev/) are the only productized versions of this architecture I'm aware of (please do let me know if anyone is aware of others!). But the architecture itself has been used successfully in a bunch of apps, most notable of which is probably Linear (https://linear.app/docs/offline-mode, I remember watching an early video of their founder explaining the architecture in more detail but I can't seem to find it anymore). Basically the way authorization works is you define specific mutations that are supported and allowed, with a client-side and server-side implementation. The client side gets applied optimistically and then sync'ed and ran on the server, which applies authorization rules and detects and handles conflicts, which can result in client state getting rolled back. Replicache has a good writeup here: https://doc.replicache.dev/how-it-works#the-big-picture.

    #No Code #Custom Search Engine #Developer Tools 2 social mentions

Discuss: The Future of the Web Is on the Edge

Log in or Post with