-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Install Express to use as the web server:
-
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.
Related posts
-
GitHub Webhook: our own “server” in NodeJs to receive Webhook events over the internet.
-
Requesting suggestions for technologies/libraries/frameworks to use on a personal Node.JS project
-
6 Steps to Set Up MongoDB Atlas for Node.js Applications
-
Build a React login page template
-
Master Secure File Uploads to AWS S3 in Node.js with Express and Multer