Connect to the socket.io namespaces using URL parameters. For example, to connect to mygame and get logs at level info use: /socket_example?game=mygame&log=info
See URL parameter options
log: Connect to the logging socket namespace. Parameter value is the log level (e.g. log=debug).
game: The game identifier to connect to a specific game. (e.g. game=mygame).
level: The level socket to connect to. Parameter value is the level _id (e.g. level=6yUUAUzgZKh4qpAy).
plugin: Connect to namesapces in a custom socketio plugin. Parameter value is the plugin name (e.g. plugin=socketio).
namespace: The socketio plugin namespace to connect to. (e.g. namespace=mynamespace).
user: Username for user authentication if required (e.g. user=myuser).
password: Password for user authentication if required (e.g. password=mypassword).