Making an RPG in Clojure (2010) 10 years ago
I'm curious, as I'm not in the games industry: what type of model does one typically see? I actually expected it to be something along those lines.
HN user
Boston-based software engineer.
I'm curious, as I'm not in the games industry: what type of model does one typically see? I actually expected it to be something along those lines.
Also, sensitive instead of sensetive.
Hey, nice catch! I've updated the code for 0.6.0. I'll update the readme later, as meteor now includes better package management.
I'm not the OP, but I did write the article. I'm probably going to write a follow up addressing getting started with security. Meteor's security is pretty good now, but it was a little too verbose for a short demo. Basically, on the server side, you publish exactly the set of documents a specific client/user will receive. You can also whitelist/blacklist specific behaviors with allow/deny.