From ec4aa05e936ff7ebf2100716c6cf122506f6e0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 17 Apr 2020 15:07:57 +0200 Subject: [PATCH] Add AsyncAPI in awesome.md --- docs/ecosystem/awesome.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ecosystem/awesome.md b/docs/ecosystem/awesome.md index e87824c5..a42c280f 100644 --- a/docs/ecosystem/awesome.md +++ b/docs/ecosystem/awesome.md @@ -7,6 +7,10 @@ * [PHP: publishing](https://github.com/dunglas/mercure/tree/master/examples/publisher-php.php) * [Ruby: publishing](https://github.com/dunglas/mercure/tree/master/examples/publisher-ruby.rb) +## Documentation and Code Generation + +* The Mercure protocol is natively supported by [the AsyncAPI ecosystem](https://www.asyncapi.com/) + ## Hubs and Server Libraries * [Go Hub and Server library](https://mercure.rocks)