Free ngrok alternative for async web dev - the Hookdeck CLI

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. awesome-tunneling

    List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.

    The rest of this post will show how the Hookdeck CLI can be used to receive asynchronous events (a.k.a. webhooks) from third-party services such as Stripe, Shopify, or Twilio. If you're looking for a tool that solves the other use cases, take a look at the awesome tunneling repo.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Express

    Fast, unopinionated, minimalist web framework for node.

    Install Express to use as the web server:

  4. hookdeck-cli

    Alternative to ngrok for localhost asynchronous web development (e.g. webhooks). No account required.

    As per the title of this post, the Hookdeck CLI is built to support asynchronous web development. By this, I mean requests, such as webhooks from an API service, are received and proxied onto the application running locally. However, the response from the local service is not passed back to the API service that made the request.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GitHub Webhook: our own “server” in NodeJs to receive Webhook events over the internet.

    3 projects | dev.to | 19 Feb 2023
  • Requesting suggestions for technologies/libraries/frameworks to use on a personal Node.JS project

    4 projects | /r/AskProgramming | 19 Dec 2021
  • 6 Steps to Set Up MongoDB Atlas for Node.js Applications

    1 project | dev.to | 13 Jan 2025
  • Build a React login page template

    4 projects | dev.to | 8 Jan 2025
  • Master Secure File Uploads to AWS S3 in Node.js with Express and Multer

    2 projects | dev.to | 8 Jan 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?