socketdb

Real-time data synchronization

MIT License

Downloads
602
Stars
5
Committers
4

Bot releases are visible (Hide)

socketdb - v2.1.0

Published by github-actions[bot] almost 4 years ago

2.1.0 (2020-12-05)

Features

  • client: automatically reconnect on connection lost (06c636b)
socketdb - v2.0.0

Published by github-actions[bot] almost 4 years ago

2.0.0 (2020-11-23)

Bug Fixes

  • client: add check for window object (5b0cbc5)

Features

  • replace socket.io with native websockets (8892b41)

BREAKING CHANGES

  • API for initializing Server and Client was changed. It does not need a socket.io instance anymore.
socketdb - v1.0.0

Published by github-actions[bot] almost 4 years ago

1.0.0 (2020-11-19)

Bug Fixes

  • client: callback loop when setting a value in a once callback (1906c75)
  • client: changing a value of a received object is not recognized as change on set (45f67ae)