org.mashupbots.socko.routes
Used to help match an WebSocket Frame context.
For example:
val r = Routes({ case WebSocketFrame(wsFrame) => { ... } })
Used to help match an WebSocket Frame context.
For example:
val r = Routes({ case WebSocketFrame(wsFrame) => { ... } })