ARNweb API
GET
/system
Returns json object containing general information about the server.
GET
/chat
Returns json object containing general information about the chat server.
Socket
/chat/socket.io/
Socket.io instance used by the chat on ARNweb.
Server -> Client
user_identify { }
Server <- Client
user_login { "username", "mailHash" }
Client -> Server
message_send { "username", "mailHash", "message" }
GET
/:game/:host
Returns json object containing information about the requested game server.
Supported games
cURL
/curl
Returns hello world to cURL requests.