Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the client code? #160

Closed
zhouhao27 opened this issue Feb 2, 2016 · 1 comment
Closed

Where is the client code? #160

zhouhao27 opened this issue Feb 2, 2016 · 1 comment

Comments

@zhouhao27
Copy link

Where is the client source code, for example, Javascript sdk code? I think the original client code is only connected to Parse Server in parse.com. Am I right?

@gfosco
Copy link
Contributor

gfosco commented Feb 2, 2016

The SDKs are all open source and now allow changing the API server address.

In JavaScript you can set for example:

Parse.serverURL = 'https://myapp.herokuapp.com/parse';

You can find the open source SDK repositories here: https://github.com/ParsePlatform named Parse-SDK-***

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants