I am looking to send events from my node server to my react app. However, I don't want anybody to
be able listen to the events.
I've looked into redis pub/sub and google pub/sub but they seem either awfully complicated (gcloud) or hard to implement (redis doesn't have a browser client).
What should I use?
https://socket.io/