Web app under Files > web

Hello,

I’m writing a single page single/purpose web app under Files > web. What are the best practices? Do I use REST API? SDK JavaScript? Do I have to specify the Application ID? If so how do I protect the Application ID? Are there any example applications available (besides the shopping cart)?

Thanks,
Dan

Hi Dan

Using REST or JS-SDK is directly related of your needs, I advise you to use JS-SDK, it already contains all you need, but if you would like to use your custom library for process API calls be free to use REST.

AppId is not private data you should setup Security for API in your Backendless App (Console)
https://backendless.com/docs/js/doc.html#users_user_roles

Yes, we have a few app examples, you can download it from Console
http://support.backendless.com/public/attachments/86bdc789bde987ee702a79e7ef7895b4.png</img>

Regards, Vlad