diff options
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |