Pusher.WS (Pusher v2.3.0) View Source

Websocket Handler based on the Pusher Protocol: http://pusher.com/docs/pusher_protocol

Link to this section Summary

Link to this section Functions

Link to this function

do_terminate(reason, state)

View Source
Link to this function

start_link(url, app_key, secret, options \\ [])

View Source
Link to this function

subscribe!(pid, channel)

View Source
Link to this function

subscribe!(pid, channel, user)

View Source
Link to this function

trigger_event!(pid, event, data, channel)

View Source
Link to this function

unsubscribe!(pid, channel)

View Source