Skip to content

Commit

Permalink
chore(tools): add asynction to the list of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dedoussis authored May 13, 2021
1 parent 4ee1d37 commit da72153
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/docs/community/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da72153

Please sign in to comment.