Stationary v1.0.0 Stationary.Server

Serves a Stationary site at localhost:1234.

Summary

Functions

Callback implementation for Plug.call/2

Callback implementation for Plug.init/1

Starts the localhost server on port 1234

Functions

call(conn, opts)

Callback implementation for Plug.call/2.

init(opts)

Callback implementation for Plug.init/1.

start_link()
start_link() :: PID.t

Starts the localhost server on port 1234.

Examples

Stationary.Server.start_link()