Releases: kemitchell/tcp-log-server.js
Releases · kemitchell/tcp-log-server.js
v9.0.0
This release transitions the protocol from data push to data pull.
Clients now specify the number of entries to read, {"from":100,"read":5}. The server responds with {"current":true} if the read reaches the end of the log, and {"head":250} when the read is complete.'
tcp-log-client version 5.0.0 implements the revised protocol.