lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
82 stars 22 forks source link

CTL, CLI, GUI #107

Open gedw99 opened 8 months ago

gedw99 commented 8 months ago

Was playing around and we could gen a lot more here if we wanted.

CTL is a pretty obvious one I think

For a GUI, we could use HTMX, which is nicely designed to work with async using SSE or Web Sockets which NATS naturally supports already.

Here is a simple golang htmx generator. https://github.com/gowebly/gowebly is a generator that uses htmx and golang.

lerenn commented 8 months ago

Hello ! Thanks for your issue !

Unfortunately, I won't have the time for this right now, but feel free to submit a PR if you need this :)

gedw99 commented 6 months ago

Will see if I get time. The Intent is to give. dashboard to Devs.

Great project BTW.

gedw99 commented 2 months ago

https://github.com/chapar-rest/chapar/issues/47 Does the GUI aspects of we want to add async ali support.