@vlcn.io/client-core
v0.9.1
Published
The core components of a `cr-sqlite` client in `client-server` sync setups. `client-websocket` is built on top of this layer to provide sync over a websocket connection.
Downloads
8
Readme
@vlcn.io/client-core
The core components of a cr-sqlite
client in client-server
sync setups. client-websocket
is built on top of this layer to provide sync over a websocket connection.
Example usage:
import createReplicator from '@vlcn.io/client-core';
const replicator = await createReplicator(replicatorArgs);
await replicator.start(socket);
Also see client-websocket which uses this package.