Main runs the main loop of the browser side of things.
It is _critical_ your main package calls gob.Register() on your shared model types.
This call is blocking, and should be the last thing your main package's main function calls.
exit with non-0 to the system if error is not nil.