We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This will be moved to a new github repo once the server is in place
The streaming protocol is binary.
Each packet has:
SUBMIT
CONFIRM
OP
OPEN
RESULT
CLOSE
CURSOR
enum { NEED_SNAPSHOT = 1, CREATE = 2, }; struct OpenPacket { uint8_t flags; string docName; };
struct SubmitPacket { uint32_t version; uchar data[]; // Whatever format the type uses };
Text ops are encoded as