tanegashima v0.0.11 Tanegashima.Example.Websocket

Example of Tanegashima.Websocket implementation. When you get push-tickle, it will get the latest push. usage:

iex> Tanegashima.Example.Websocket.start

Summary

Functions

The initial state of your GenServer

Start websocket server

Stop websocket server

Functions

handle_other_message(msg, state)

Callback implementation for Tanegashima.Websocket.handle_other_message/2.

initial_state()

The initial state of your GenServer.

start()

Start websocket server.

stop()

Stop websocket server.