Select to view content in your preferred language

ESRI API without Dojo or DOM

1174
1
02-15-2013 09:23 AM
MarceloRodovalho
Emerging Contributor
I was trying to use the esri.queryTasks through NodeJS, however I came across a problem when adding files from ESRI API, the DOM! Because the API is fully created over Dojo.
Is there any way I can make use of APi but only the logical part without the part that needs to work together with a Browser?
Pure Javascript?
0 Kudos
1 Reply
ReneRubalcava
Honored Contributor
What you're trying to do won't work that way.
If you are using Node.js, you'll want to work directly against the ArcGIS Server REST API and not use the JS API.
http://resources.arcgis.com/en/help/rest/apiref/
0 Kudos