Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T17:56:34.000Z (5 months ago)
- Last Synced: 2024-08-13T21:13:22.196Z (5 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: 206 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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)
## 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)