Module

Yoga.Fastify.Plugin.WebSocket

Package
purescript-yoga-fastify
Repository
rowtype-yoga/purescript-yoga-fastify

#WebSocket Source

#WsData Source

data WsData

#webSocket Source

webSocket :: forall opts opts_. Union opts opts_ WebSocketOptionsImpl => Record opts -> Fastify -> Aff Unit

#WebSocketOptionsImpl Source

type WebSocketOptionsImpl :: Row Typetype WebSocketOptionsImpl = (maxPayload :: Int)