Redis – SocketIO Communication with a Gateway Between the Client and a Service?
Gist I have an application that runs on an microservice-based architecture (on Kubernetes). All the communication to/from outside the application happens through an API Gateway. Which just means that requests from my frontend don't go directly to the services, but…