The request/response route paradigm implicitly encodes logic about how clients communicate between each other. A better paradigm would be to have only a single mechanism to send message from Point A to Point B, and it's up to clients to use this flow multiple times to have round trips.
The request/response route paradigm implicitly encodes logic about how clients communicate between each other. A better paradigm would be to have only a single mechanism to send message from Point A to Point B, and it's up to clients to use this flow multiple times to have round trips.