Use cases:
- Operations on all elements of a collection, e.g. sorting citations by year
- Monadic exploration
A set of questions need to be answered:
- How requests will be made, in what format
- How results will be returned, e.g. all-in-one-batch, paging, or async through websocket
Performance will be a very important factor. Careful thoughts needed for dividing work between client and server.
Use cases:
A set of questions need to be answered:
Performance will be a very important factor. Careful thoughts needed for dividing work between client and server.