Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rsocket/mod.ts>forRequestChannel

🦕RSocket Deno module
Latest
function forRequestChannel
import { forRequestChannel } from "https://deno.land/x/rsocket@0.3.0/mod.ts";

Parameters

handler: (payloads: Publisher<Payload>) => Publisher<Payload>