spamguy/diplomacy

Use mongoose schemata in browser

spamguy opened this issue · 1 comments

Mongoose schemata can be used in the browser and Node. This is important for verifying data integrity, DRYness, and making sure the browser and server are in agreement.

Requires moving the models directory out of /server into /.

This isn't as wonderful as it first sounded.