Raze::WebSocketChannel
Inherits Reference < Object
A group of websockets
Constructors
new(channel_name : String)
SourceInstance methods
add(sock)
Sourcebroadcast(msg : String)
Sourcechannel_name
Sourcechannel_name=(channel_name : String)
Sourceremove(sock : HTTP::WebSocket)
Sourcesize
Sourcewebsockets
Sourcewebsockets=(websockets : Array(HTTP::WebSocket))
Source