HTTP Interfaces
- All of Web-Dev's system interfaces are HTTP*
- No DB access, file transfers,etc
- HTTP is good because
- It's cross-platform
- It's easy to debug
- It's easy(er) to keep APIs in sync with UIs
- Be nice
* XMPP - coming soon, maybe
* XMPP - coming soon, maybe