aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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