1
0
Fork 0
arangodb/Documentation/Books/Users/FoxxManager
Thomas Schmidts fb9b8986d2 the new documentation 2014-06-02 13:44:09 +02:00
..
ApplicationsAndReplications.md the new documentation 2014-06-02 13:44:09 +02:00
ApplicationsAndReplications.mdpp the new documentation 2014-06-02 13:44:09 +02:00
BehindTheScenes.md the new documentation 2014-06-02 13:44:09 +02:00
BehindTheScenes.mdpp the new documentation 2014-06-02 13:44:09 +02:00
FirstSteps.md the new documentation 2014-06-02 13:44:09 +02:00
FirstSteps.mdpp the new documentation 2014-06-02 13:44:09 +02:00
FrequentlyUsedOptions.md the new documentation 2014-06-02 13:44:09 +02:00
FrequentlyUsedOptions.mdpp the new documentation 2014-06-02 13:44:09 +02:00
ManagerCommands.md the new documentation 2014-06-02 13:44:09 +02:00
ManagerCommands.mdpp the new documentation 2014-06-02 13:44:09 +02:00
MultipleDatabases.md the new documentation 2014-06-02 13:44:09 +02:00
MultipleDatabases.mdpp the new documentation 2014-06-02 13:44:09 +02:00
README.md the new documentation 2014-06-02 13:44:09 +02:00
README.mdpp the new documentation 2014-06-02 13:44:09 +02:00

README.md

Foxx Manager

Foxx Applications

Foxx is an easy way to create APIs and simple web applications from within ArangoDB. It is inspired by Sinatra, the classy Ruby web framework. An application built with Foxx is written in JavaScript and deployed to ArangoDB directly. ArangoDB serves this application, you do not need a separate application server.

In order to share your applications with the community, we have created a central GitHub repository

https://github.com/arangodb/foxx-apps

where you can register your applications. This repository also contains the hello world application for Foxx.

Applications are managed using the Foxx manager foxx-manager. It is similar to tools like brew or aptitude.