From c05dcec7ecddca7d1389e12b8132b07f81d975e8 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Tue, 14 Jan 2020 22:10:12 -0500
Subject: README repaired
---
README | 1 +
1 file changed, 1 insertion(+)
(limited to 'README')
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
--
cgit