So I’ve a nice pretty dashboard about to be populated by the projections I’ve created - and now I want to at the bottom show the live events by consuming the stream directly
I’ve got
/streams/github?format=json
I see we have links to prev/next, although prev appears to step foward in time in the stream and ‘next’ appears to step backwards in time - which is contrary to what the docs say
My links
Documentation links
I assume at some point this behaviour changed
Regardless, I don’t think I use the links if I’m to consume this stream from my app - instead I should be polling regularly from the ‘last seen id’ and stepping forward in the stream until I receive fewer events than I asked for - correct?
I can even model this as a stream in node.js - fancy that.