https://github.com/hookdeck/quickstarts
Code to use with the Hookdeck quickstart guides
https://github.com/hookdeck/quickstarts
eda event-driven event-driven-applications event-driven-architecture event-driven-programming webhook webhooks
Last synced: 5 months ago
JSON representation
Code to use with the Hookdeck quickstart guides
- Host: GitHub
- URL: https://github.com/hookdeck/quickstarts
- Owner: hookdeck
- License: other
- Created: 2023-11-18T18:19:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-04T15:58:52.000Z (6 months ago)
- Last Synced: 2025-07-04T16:55:51.537Z (6 months ago)
- Topics: eda, event-driven, event-driven-applications, event-driven-architecture, event-driven-programming, webhook, webhooks
- Language: TypeScript
- Homepage: https://hookdeck.com/docs#quickstarts
- Size: 316 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Receive, process, and deliver messages across your event-driven architecture with Hookdeck's platform for engineering teams.
Learn more »
Website
·
Documentation
# Hookdeck Quickstarts
Example applications to be used with the
[Hookdeck quickstart guides](https://hookdeck.com/docs?ref=github-quickstarts)
demonstrating common use cases for
[Hookdeck](https://hookdeck.com?ref=github-quickstarts) with different
technologies:
## TypeScript
- [Receive a webhook with TypeScript and Express.js](typescript/inbound)
- [Create a Hookdeck connection with TypeScript and Node.js or Deno](typescript/create-connection)
## Python
- [Receive a webhook with Python and Flask](python/inbound)
- [Create connection, publish event with Publish API, and get events with Python and Flask](python/query)
## Go
- [Receive a webhook with Go and Gin](go/inbound)
## C#
- [Receive a webhook with C# and ASP.NET Core](dotnet/inbound)
## CLI
- [Run the Hookdeck CLI within a Docker container for CI/CD](cli/docker)
## Learn more
- Check out the [Hookdeck docs](https://hookdeck.com/docs?ref=github-quickstarts)