Actioncable.Application (actioncable v0.2.3)
Implementation of Actioncable server. This is compatible with Actioncable JS client. This implementation needs REDIS to store every websocket pid (value) into corresponding channel (key). For complete setup of this actioncable server, please check complete tutorial in the github page. Do not hesitate to write feedback / issue, this is a first version. Thanks.
Link to this section Summary
Functions
Callback implementation for Application.start/2
.
Link to this section Functions
Link to this function
start(type, args)
Callback implementation for Application.start/2
.