API Reference actioncable v0.2.1
Modules
It's like ActionCable (100% compatible with JS Client), but you know, for Elixir
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.
This module handles Channel Websocket using Redis connection
This module handles