If i'm using the AJAX object to do an API call, is the communication encrypted?
If not how can I make sure no one can intercept or read the data being sent and received?
It is if it uses HTTPS.
Develop games in your browser. Powerful, performant & highly capable.
Make sure your CORS headers are correct so that people can't access your server side files from say, a browser.