LiveViewNative.DevServer (live_view_native v0.0.9)

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.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

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)

Callback implementation for GenServer.init/1.