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.