//! The web interface: which addresses it may bind to, what it serves, and how
//! a connected browser becomes another view of a session.
/// Which addresses the interface may bind to.
pubmodaddress;/// The routes the interface serves.
pubmodserver;/// A connected browser as another view of a session.
pubmodview;