Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 485 Bytes

EWF examples

  • The app example show a basic integration between a HTML + JS client and EWF backend.
  • The [task example] has two versions
    • A CRUD approach, also called Pragmatic REST
    • An Hypermedia API using Collection JSON based on Mike Amundsen book Building Hypermedia APIs with HTML5 and Node
  • The YouTypeIt example from RESTful Web APIs book