Sync.Server

This is a test of the mock server, and also a kind of document of how the server should act.

The Server



Invalid requests

Not yet completed: this should test for all sorts of invalid requests. Quick brainstorm:
  1. Invalid .put documents
  2. Invalid .put manifests
  3. .put out of sync with a .get (need ?since on put)
  4. Trying to access a server when it isn't logged in
  5. Login that has expired
  6. Invalid origins, missing origins
  7. Totally invalid .puts (e.g., put an object not a list, or put null)