:orphan: Administration Manual ===================== This is the Crossbar.io **Administration Manual**. The documentation here discusses the configuration and administration of the different features that come with Crossbar.io. For developers, we provide a :doc:`Programming Guide ` that provides documentation about programming aspects related to Crossbar.io. Node Configuration ~~~~~~~~~~~~~~~~~~ A Crossbar.io node runs from a :doc:`Node Configuration` and starts a number of :doc:`Processes ` which can be configured: - :doc:`Router Configuration ` - :doc:`Router Realms ` - :doc:`Router Components ` - :doc:`Proxy Workers ` - :doc:`Container Configuration ` - :doc:`Guest Configuration ` - :doc:`Controller Configuration ` The router processes run :doc:`Router Transports ` - :doc:`Transport Endpoints ` - :doc:`Web Transport and Services ` - :doc:`WebSocket Transport ` - :doc:`RawSocket Transport ` - :doc:`MQTT Broker ` Here is a complete example of a node configuration with router and container workers: - :doc:`Node Configuration Example ` Authentication and Authorization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :doc:`Authentication ` - :doc:`Authorization ` Web Services ~~~~~~~~~~~~ - :doc:`Web Transport and Services ` - :doc:`Web Services ` - :doc:`HTTP Bridge ` More ~~~~ - :doc:`The Command Line ` - :doc:`Logging ` - :doc:`Going to Production `