Manipulating data streams by combining iteratees, enumerators, and enumeratees
Well, that's enough concepts for now. Let's put this in practice by implementing a new feature in our shop application: an auction room.
The idea is to allow multiple users to bid for an item of the shop in a room where all connected users instantly see the bids of others, as depicted in the following screenshot:
Unidirectional streaming with server-sent events
In order to instantly send a notification to all the ...
Get Play Framework Essentials now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.