derhuerst/lossy-state-sync-stream

implement diff layer

Open

#1 opened on May 29, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (No merged PRs in 30d)

Description

Right now, you need to send the whole state every time there's and update: sender.send(newState). It would be cool to have a diffing layer that sends a diff against the latest state acked by the receiver.

Contributor guide