Skip to content
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

Http Extension #225

Closed
gedw99 opened this issue May 28, 2024 · 1 comment
Closed

Http Extension #225

gedw99 opened this issue May 28, 2024 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented May 28, 2024

I think it would be valuable to add HTTP.

https://github.com/ripienaar/nats-roundtripper does exactly this and can be a reference if we like it.

My use case is that I use nats and asyncApi for my projects because it makes it easy to build reusable modules that can string together as I please. But I also need to have external access from web clients over http, and so it would be awesome if I can generate that code and use it as I please.

up o now I have been cross compiling the golang code to WASM and using it in a browser. That is not viable though is you want a fast start up time.

Is anyone else interested in these types of extensions ?

I am not sure the best way to handle Auth with this. Nats does have the ability to integrate with JWT etc. it might not be for everyone though.

@gedw99
Copy link
Author

gedw99 commented May 28, 2024

It looks like this repo DOES support openAPI too, so I guess this Issue is moot..

Please correct me if wrong.

@gedw99 gedw99 closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant