Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This directory contains the controllers defined in /webapps/ROOT.json

  • home.js: A simple controller using a template
  • form-post.js: A controller which read a form and write an entry in a MongoDB database
  • list.js: A controller which display entries from a MongoDB database
  • api-rest-json-get.js: An controller which return a JSON structure
  • api-rest-json-post.js: An controller which read a posted JSON structure