Pinned Repositories
asyncapi-react
React component for rendering documentation from your specification in real-time in the browser. It also provides a WebComponent and bundle for Angular and Vue
cli
CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!
community
AsyncAPI community-related stuff.
generator
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
modelina
A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
parser-js
AsyncAPI parser for Javascript (browser-compatible too).
saunter
Saunter is a code-first AsyncAPI documentation generator for dotnet.
spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
studio
Visually design your AsyncAPI files and event-driven architecture.
website
AsyncAPI specification website
AsyncAPI Initiative's Repositories
asyncapi/spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
asyncapi/generator
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
asyncapi/website
AsyncAPI specification website
asyncapi/modelina
A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
asyncapi/saunter
Saunter is a code-first AsyncAPI documentation generator for dotnet.
asyncapi/cli
CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!
asyncapi/asyncapi-react
React component for rendering documentation from your specification in real-time in the browser. It also provides a WebComponent and bundle for Angular and Vue
asyncapi/studio
Visually design your AsyncAPI files and event-driven architecture.
asyncapi/parser-js
AsyncAPI parser for Javascript (browser-compatible too).
asyncapi/community
AsyncAPI community-related stuff.
asyncapi/glee
Glee — The AsyncAPI framework that will make you smile again :)
asyncapi/html-template
HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.
asyncapi/java-spring-template
Java Spring template for the AsyncAPI Generator
asyncapi/parser-go
It parses AsyncAPI documents.
asyncapi/go-watermill-template
Go template for the AsyncAPI Generator using Watermill module
asyncapi/vs-asyncapi-preview
VSCode AsyncAPI Preview Extension
asyncapi/nodejs-template
This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.
asyncapi/avro-schema-parser
An AsyncAPI schema parser for Avro 1.x schemas.
asyncapi/markdown-template
Markdown template for the AsyncAPI Generator
asyncapi/conference-website
Website for the AsyncAPI online conference
asyncapi/diff
Diff is a library that compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly information like breaking changes.
asyncapi/kotlin-asyncapi
Simplify event-driven API documentation for Kotlin microservices
asyncapi/nodejs-ws-template
Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.
asyncapi/converter-js
Convert to or migrate between AsyncAPI versions with the converter
asyncapi/tck
(WIP) Test Compatibility Suite for AsyncAPI
asyncapi/chatbot
The project's aim is to develop a chatbot that can help people create spec documents without knowing the specification.To get started with, the bot will consume the spec, JSON schema and serves the user as an expert. So based on a set of questions and answers it will generate an AsyncApi spec document according to the use cases.
asyncapi/dotnet-rabbitmq-template
This template is for generating a .NET C# wrapper for the RabbitMQ client based on your AsyncAPI document.
asyncapi/jasyncapi-idea-plugin
/jay-sync-api/-idea-plugin is a IDEA plugin for AsyncAPI specification
asyncapi/raml-dt-schema-parser
AsyncAPI schema parser for RAML data types
asyncapi/protobuf-schema-parser
Schema parser for Protobuf compatible with AsyncAPI JS Parser