Skip to content

EiffelWebFramework/ewf_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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