API Reference Mix Server v0.1.0
Modules
Server keeps the contexts that define your domain and business logic.
The entrypoint for defining your web interface, such as controllers, views, channels and so on.
This plug checks to see if the current request is for a file or for a direcotry. If it is for a file, the the file is served and the conn is halted. If the request is for a directory, then the conn is moved along and the catch all LiveView module handles it.
Conveniences for translating and building error messages.
This LiveView module is used to
Module with named helpers generated from ExServerWeb.Router.
Mix Tasks
This Mix task is used to start an HTTP server from the current working
directory. If the directory contains an index.html
or index.htm
file
then that file will be served. Else a file explorer will be presented.