You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am thinking about using a MQ in the middle as well as using protocol buffers.
Also there is a good case for using this to allow golang channels to communicate over a network. It's a good match since golang channels require two endpoints as they are not bidirectional in the same way that SSE is not bidirectional.
Anyway if you have any example code etc or plans would be great to know
The text was updated successfully, but these errors were encountered:
No you do not need two end points to use SSE to communicate between parties of a network. You need a SSE (server) and a Client. As for inter-communicating between services, you are better of with just stick with MessageQueuing as this is what they are created for: Communication between services and servers.
Would help.
Am thinking about using a MQ in the middle as well as using protocol buffers.
Also there is a good case for using this to allow golang channels to communicate over a network. It's a good match since golang channels require two endpoints as they are not bidirectional in the same way that SSE is not bidirectional.
Anyway if you have any example code etc or plans would be great to know
The text was updated successfully, but these errors were encountered: