implement lobby using sockets so players could create/join games. all the socket messages must be sent in this format: ```json { "method": "method_name", "metadata": { } } ```
implement lobby using sockets so players could create/join games. all the socket messages must be sent in this format:
{ "method": "method_name", "metadata": { } }