aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-14 22:10:12 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-14 22:10:12 -0500
commitc05dcec7ecddca7d1389e12b8132b07f81d975e8 (patch)
treeeb0ac6bb05becb7b9dc343f065f78deebd899457
parent19cffcdc408259491e84532ba9eefd50b5f6a3fd (diff)
README repaired
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 8078315..aa4feae 100644
--- a/README
+++ b/README
@@ -15,6 +15,7 @@ node examples/helloworld.js # To try out the hello world (read the code for more
## Quirks
The server is a little bit weird sometimes. Most abstractions should work, but if you're trying to get into extending the code, be aware that:
+
- Each write only takes 200 characters
- Each server command MUST be separated by about a second or you will be kicked (I recommend `tools/queue.js` for handling this)
- On the backend, the server uses tiles to group data, but this has mostly been abstracted