nova
v0.8.1
GUIDES
Modules
nova_ws_handler
(nova v0.8.1)
View Source
Callback controller for handling websockets
Link to this section
Summary
Types
nova_ws_state/0
Functions
init(Req, State)
terminate(Reason, PartialReq, State)
websocket_handle(Frame, State)
websocket_info(Msg, State)
websocket_init(State)
Link to this section
Types
Link to this type
nova_ws_state/0
View Source
Specs
nova_ws_state() :: #{controller_data := map(), mod := atom(), _ := _}.
Link to this section
Functions
Link to this function
init(Req, State)
View Source
Link to this function
terminate(Reason, PartialReq, State)
View Source
Link to this function
websocket_handle(Frame, State)
View Source
Link to this function
websocket_info(Msg, State)
View Source
Link to this function
websocket_init(State)
View Source