View Source SocketIOEmitter (socketio_emitter v0.2.0)

Module allows you to communicate with socket.io servers easily from Elixir processes.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Emit message to socket.io

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Emit message to socket.io

Link to this function

pack_msg!(args, opts \\ [])

View Source

Pack message

Link to this function

start_link(redis_opts \\ [])

View Source