1

I'm confused between the two ,What is the different between Parse Javascript vs Parse Cloud-Code?

https://www.parse.com/docs/js/guide

https://www.parse.com/docs/cloudcode/guide

1 Answer 1

4

Cloud code is javascript code that runs on the Parse servers and can contain business logic or code that you don't want exposed in client side code.

Parse Javascript runs in the browser, with nodejs and in mobile using cordova/phonegap.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.