Skip to content
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": {}}

Packets

Clone this wiki locally