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

nats on nats pattern #19

Open
gedw99 opened this issue Aug 14, 2024 · 2 comments
Open

nats on nats pattern #19

gedw99 opened this issue Aug 14, 2024 · 2 comments

Comments

@gedw99
Copy link

gedw99 commented Aug 14, 2024

You can also just use nats to manage nats.

so the gui is build with nats.js

so the server is build with nats.go, that is listening to the NATS listen. I guess your using the NATS Monirpign port ?

then the gui is reactive and updates in real time.

just a pattern I use...

@pricelessrabbit
Copy link
Collaborator

actually, the gui is working with simple rest + websocket messages to keep it simple, but yes another viable solution is to have an embedded nats server (if that's what you mean) that bridge both FE request and relay subscriptions to external servers

@gedw99
Copy link
Author

gedw99 commented Sep 2, 2024

I use the pattern to manage nats servers .

for example to upgrade a nats super cluster you need to do a dance in the right order .

So nats upgrading nats .

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

2 participants