From 6bd8b8a232c88f1b2400e43a56fe824461270c2b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 16 Feb 2022 14:25:50 +0200 Subject: [PATCH] ECOSYSTEM: add the Svix webhooks service (#762) * ECOSYSTEM: add the Svix webhooks service * Update ECOSYSTEM.md Co-authored-by: Jonas Platte Co-authored-by: Jonas Platte --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 6a1584e4..a2d3c907 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -22,6 +22,7 @@ If your project isn't listed here and you would like it to be, please feel free - [realworld-axum-sqlx](https://github.com/launchbadge/realworld-axum-sqlx): A Rust implementation of the [Realworld] demo app spec using Axum and [SQLx]. - [Rustapi](https://github.com/ndelvalle/rustapi): RESTful API template using MongoDB - [Jotsy](https://github.com/ohsayan/jotsy): Self-hosted notes app powered by Skytable, Axum and Tokio +- [Svix](https://www.svix.com) ([repository](https://github.com/svix/svix-webhooks)): Enterprise-ready webhook service [Realworld]: https://github.com/gothinkster/realworld [SQLx]: https://github.com/launchbadge/sqlx