You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jeffrey Kog edited this page Dec 9, 2013
·
3 revisions
What is IPC?
IPC is the communication between the game server and an webserver. The connection is an websocket, and the gameserver is the client.
The packets are json packets, with a specific format of sending stuff:
{"name": "PacketName", "data": {}}