Wobserver v0.1.8 Wobserver.Web.PhoenixSocket View Source
Drop-in Phoenix Socket for easier integration in to Phoenix endpoints
Example:
defmodule MyPhoenixServer.Endpoint do
socket "/wobserver", Wobserver.Web.PhoenixSocket # The path should be the same as the router path
...
end