Skip to content

Channels

A channel is an abstraction for bidierctional websocket streams.

channels:
my-room:
function: process

function in this context is either an an inline javascript handler. For example:

channels:
my-room:
function: path/to/handler.js

wip