Skip to main content Skip to navigation

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

Notes