diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 22:10:12 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 22:10:12 -0500 |
commit | c05dcec7ecddca7d1389e12b8132b07f81d975e8 (patch) | |
tree | eb0ac6bb05becb7b9dc343f065f78deebd899457 | |
parent | 19cffcdc408259491e84532ba9eefd50b5f6a3fd (diff) |
README repaired
-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 |