Anyone ever used Parse.com service? [javascript question]

POMPOM Member Posts: 2,599
edited September 2013 in Miscellaneous
Hey guys,
Im using Parse.com service for a project me and my friend are making..
And it seems to use javascript (which I have no clue about) in its cloud code..
If you ever used Parse service, you know you can make a class of user database stored in their cloud.
What I'm trying to do is to make a search in that database and return 10 random users.
Now I could download the full database every time to the device and make the search on the device itself but thats not a good road to take since the table is more than 2mb, so searching in the cloud and return only the result is the way to go.
Should be (IMH) just a few lines of code (10-15), but javascript is not my best friend..
If you've ever experienced with Parse.com, or if you are simply a genius that can give a direction ill be grateful!

Roy.

Comments

  • LumpAppsLumpApps Member Posts: 2,881
    I am no expert but don't you need Php to do so. JavaScript is client side and Php is server side. So to get something done on the server side you need a Php snipped that does your search and then hand that over to your browser/JavaScript/whateveryouwannadonext.
Sign In or Register to comment.