protocol chat - Squarific/Game-Of-Everything GitHub Wiki

  • Encoding: UTF-8
  • Parsing: JSON
  • Description:

This protocol is meant to add a chat to the world.

  • How to use:

A message will look something like

{"type": "chat", "name": "<RANDOM NAME>", "message": "<A MESSAGE>"}
  • Example:
{"type": "chat", "name": "Person1", "message": "Hello, I just send a message <3"}
⚠️ **GitHub.com Fallback** ⚠️