Setting up your own Parse server
Timothy Whiting
4526

Thank you so much for taking the time to help everyone else out. I got hung up on step 4 and I was hoping someone could help me. I’m using the Parse Javascript SDK, and the only initializatio needed is this:

Parse.initialize(“app id”, “javascript key”);

However, in step 4 you mention that I need to specify the server side address. How can I do this in Javascript? I searched the Parse API and couldn’t find anything similar to what you wrote in Swift. Thank you!!