automerge / hypermerge

Build p2p collaborative applications without any server infrastructure in Node.js
MIT License
1.28k stars 66 forks source link

Add support for ephemeral document messages. #18

Closed pvh closed 5 years ago

pvh commented 5 years ago

Follows the progress API and the previous hypermerge version's design. Works in Pushpin. (See upgrade branch.)

There's a failing test which for some reason is receiving the message twice instead of once. No clue why yet but if you notice, let me know. There seem to be two copies of the peer to send the message to and I'm not sure why yet.