You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
252 B

  1. # Design Notes
  2. Initial design choices
  3. - protocol/routing/network layer: websockets (multi nonblocking clients)
  4. - server-side fileformat : yaml
  5. - client-side fileformat : JSON
  6. Language choice:
  7. serverside: perl (or nodejs)
  8. clienside: javascript