socket-sync

0.1.0 • Public • Published

socket-sync

convenience library that offers an easy API for bidirectional replication of large data sets (binary or ascii) between node and web browsers using authenticated websockets

required components (implemented by default or you can pass your own in): http server, websocket server, level-replicate instance

uses ws for server websocket connections and doorknob as the default http server + session store

test it out locally

  1. clone this repo
  2. npm install
  3. npm test

license

BSD

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i socket-sync

    Weekly Downloads

    0

    Version

    0.1.0

    License

    BSD

    Last publish

    Collaborators

    • maxogden