Modus Create

Results 4 comments of Modus Create

are you trying to generate the DB on device?

A quick workaround is have your action do something like: exports = function() { var url = req.data.url, data = doCurlRequest(url); ``` var response = Json.encode({ data : data });...

Can you please explain? As in "how do i get a server started?"

Many thanks for that.