View Source API Reference plug_live_reload v0.2.0
Modules
Plug for live-reload detection in development. Specifically, this plug
injects some Javascript at the bottom of each HTML page that listens to
websocket events from PlugLiveReload.Socket
. That Javascript will
update the page.
Cowboy socket handler that sends websocket events. This websocket is what
the PlugLiveReload
plug's injected Javascript subscribes to in order
to know when to reload.