By default the server acts as a regular static server, routes.json can override routes and redirect requests to controllers (fn) files
- Multiple Apps Handler
- Shared Resources
- Static Server
- Router
- Controllers (FN)
- API (XHR, JSON)
- Sessions
- Templating
- Emailer
- DB - Filesystem
- DB - MongoDB
The router can be used in order to redirect to controllers (fn)
The public folder can be found under
apps//public