Im new to WAMP (Web Apps Messaging Protocol) routing. So please forgive me if my question sounds too dumb. It is a beginners question. I don't quite understand what exactly controller is.
I know what controller is from a normal Model-View software architecture prospective but Im a little bit confused because it seems the word Controller has a completely different meaning in terms of WAMP routing.
I went through this documentation (http://crossbar.io/docs/Architecture/). It says Controller is a process that manages, controls and monitors Crossbar.io nodes and dynamically starts, monitors and stops worker processes, but not quite sure what exactly that means and what the real life benefits are.
I had a look at the crossbar examples at https://github.com/crossbario/crossbarexamples but can't manage to get my head around because all the examples have the Controller part completely empty in the config.json file.
I found a small sample at http://crossbar.io/docs/Management-API/ but still can't understand the purpose.