Building a Webhook payload delivery service in Go

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. go-webhook-delivers

    This is a two part article, the full repo can be found here https://github.com/kuroski/go-webhook-delivers

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. kamal-ansible-manager

    Manage and optimize your servers automatically for Kamal with Ansible

    https://github.com/guillaumebriday/kamal-ansible-manager This is an Ansible playbook to automatically optimise and secure your servers for Kamal, for Ubuntu only.

  4. smee-client

    🔴 Receives payloads then sends them to your local server

    You can use services like smee.io (which is already suggested on GitHub tutorials).

  5. ngrok

    Expose your localhost to the web. Node wrapper for ngrok. (by bubenshchykov)

    Or even use something like ngrok to make the application securely available on its global edge in seconds.

  6. kamal

    Deploy web apps anywhere.

    For actually deploying the application, I really enjoy using Kamal, and with its newest version, it makes all the process a breeze.

  7. hub-feedback

    Feedback and bug reports for the Docker Hub

    # Name of your application. Used to uniquely configure containers. service: my-go-webhook-deliveries # Name of the container image. image: kuroski/my-go-webhook-deliveries # Deploy to these servers. servers: web: - 206.189.59.71 # You can configure a hostname later # This will Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server. #proxy: # ssl: true # host: app.example.com # Proxy connects to your container on port 80 by default. # app_port: 3000 # Credentials for your image host. # By default, it uses Docker Hub, so, just insert your username there # https://hub.docker.com/ registry: username: kuroski password: - KAMAL_REGISTRY_PASSWORD # Configure builder setup. builder: arch: amd64

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

  • DeepSeek-R1 on Cursor with Ollama

    2 projects | dev.to | 29 Jan 2025
  • Automatically Send User Data to Database with Clerk OAuth

    1 project | dev.to | 27 Jan 2025
  • Alternatives to LocalTunnel for exposing your local development server to the internet

    1 project | dev.to | 3 Jan 2025
  • Exposing Your Django Project to the Internet Using Ngrok

    1 project | dev.to | 3 Jan 2025
  • Ngrok on Ubuntu under Windows Subsystem for Linux (WSL)

    1 project | dev.to | 28 Nov 2024