1
0
Fork 0
arangodb/Documentation/Books/Manual/Foxx/Reference
jsteemann 58208d32c4 forward-ported #7190 2018-11-20 13:00:46 +01:00
..
Modules forward-ported #7190 2018-11-20 13:00:46 +01:00
Routers Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
Sessions Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
Configuration.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
Context.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
Manifest.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
README.md Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00

README.md

Foxx reference

Each Foxx service is defined by a JSON manifest specifying the entry point, any scripts defined by the service, possible configuration options and Foxx dependencies, as well as other metadata. Within a service, these options are exposed as the service context, which is also used to mount routers defining the service's API endpoints.

Foxx also provides a number of utility modules as well as a flexible sessions middleware with different transport and storage mechanisms.

Foxx services can be installed and managed over the Web-UI or through ArangoDB's HTTP API.