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.
 
 
 
 
 
 

252 B

Design Notes

Initial design choices

  • protocol/routing/network layer: websockets (multi nonblocking clients)
  • server-side fileformat : yaml
  • client-side fileformat : JSON

Language choice: serverside: perl (or nodejs) clienside: javascript