LiveViewNative.DevServer (live_view_native v0.0.9-rc.1)
A GenServer that provides additional services in development environments. It supports multicast addressing over UDP to provide visibility between LiveView Native development servers and clients running on the same network.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
endpoint_config(endpoint_module)
Link to this function
init(opts)
Callback implementation for GenServer.init/1
.
Link to this function