From da7215383daa29c278266874f32c7f7f4e276b02 Mon Sep 17 00:00:00 2001 From: Dimitrios Dedoussis Date: Thu, 13 May 2021 10:14:37 +0300 Subject: [PATCH] chore(tools): add asynction to the list of tools --- pages/docs/community/tooling.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/docs/community/tooling.md b/pages/docs/community/tooling.md index 0f2d6b925eac..0db3365f3f18 100644 --- a/pages/docs/community/tooling.md +++ b/pages/docs/community/tooling.md @@ -69,6 +69,14 @@ Writing YAML by hand is no fun, and maybe you don't want a GUI, so use a Domain | :------------- | :------------- | :------------- | | [BOATS](https://www.npmjs.com/package/boats) | Compile your single AsyncAPI file from multiple components and with the help of the template engine Nunjucks plus a few extra helpers. Once compiled BOATS calls in [AsyncAPI Parser](https://github.com/asyncapi/parser-js) to validate. | JS | +# Frameworks + +The following is a list of API/application frameworks that make use of AsyncAPI. + +| Link | Description | Language/Kind | +| :------------- | :------------- | :------------- | +| [Asynction](https://github.com/dedoussis/asynction) | SocketIO server framework driven by the AsyncAPI specification. Asynction guarantees that your API will work in accordance with its AsyncAPI documentation. Built on top of Flask-SocketIO. | Python | + # GitHub Actions The following is a list of [GitHub Actions](https://github.com/features/actions) that you can use in your workflows: