-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AsyncAPI support #47
Comments
I use this . It’s got a standard description layout , which chapar could parse. |
This was referenced May 27, 2024
Hello there ! I'm the maintainer of the project @gedw99 proposed here. If there is anything I can do to help integrate it in your tool, feel free to ask :) |
I can also help since I use it now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Asyncapi is an open standard that models bi directional API based on Event-Driven Architectures (EDA).
https://www.asyncapi.com/
the push transport can be web hooks, web sockets or SSE.
https://github.com/lerenn/asyncapi-codegen Is a create example of a generator for golang . Just to get a taste of it .
this particular one integrates with NATS message broker , but can then push the message over whatever takes your fancy ; SSE, mobile Notifications, anything . At the moment Kafka and NATS Jetstream is there. These systems can then have plugins s to push over SSS or FCM ( for mobile ) , as needed.
https://github.com/lerenn/asyncapi-codegen?tab=readme-ov-file#supported-brokers
The text was updated successfully, but these errors were encountered: