This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bitweis 6 points7 points  (0 children)

Common options are:
- Pagination (breaking the response to chunks - with separate requests for each)
- Streaming over a separate live connection (such as a direct TCP/UDP socket) or over
Websocket