0
votes

I am new to ArangoDB, it is very nice that it can host micro-services directly in the database.

How would I go about sending queries / loading data directly from the client side (Jquery or Angular or whatever) across different domain names? assuming I have node on www.example.com (port 80) and would like to serve an application that (only) reads data directly from ArangoDB.

1

1 Answers

2
votes

I'm playing with Foxx/microservices too ... I wrote a little CRUD sample here : https://github.com/solisoft/arangodb-foxx-riotjs-sample

The live demo is here : http://foxx.solisoft.net

I use RiotJS/Foxx/jQuery/UIKit/Nginx