How can I use websocket in microservice? #28324
Unanswered
Marco24082001
asked this question in
Q&A
Replies: 1 comment
-
|
In a microservice architecture, you usually should not put WebSocket logic inside every microservice. A common approach is to create a dedicated WebSocket Gateway / Realtime Service. The architecture can be: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add realtime chat functionality, but I don't know how to implement socket in microservice, pls help me.
Beta Was this translation helpful? Give feedback.
All reactions