sharedb-agent-req

Sharedb middleware exposing the share request object to the connect agent.

Usage no npm install needed!

<script type="module">
  import sharedbAgentReq from 'https://cdn.skypack.dev/sharedb-agent-req';
</script>

README

sharedb-agent-req

Sharedb middleware exposing the share request object to the connect agent.

Installation

npm install --save sharedb-agent-req

Usage

import sharedbAgentReq from 'sharedb-agent-req';
const backend = /* ... */;

// add req shareReq.agent
backend.use('connect', sharedbAgentReq);