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

Examples ? #13

Closed
joeblew99 opened this issue Aug 4, 2017 · 2 comments
Closed

Examples ? #13

joeblew99 opened this issue Aug 4, 2017 · 2 comments

Comments

@joeblew99
Copy link

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

@Muddz
Copy link

Muddz commented Mar 15, 2020

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.

@Muddz
Copy link

Muddz commented Mar 15, 2020

@purehyperbole I think you just can close this 3 years old question too

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