-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Parse Server with Google App Engine #35
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
Comments
Hi @otymartin, seems this link could help you : https://medium.com/@justinbeckwith/deploying-parse-server-to-google-app-engine-6bc0b7451d50#.1khrfaatd |
@Tibabal good tutorial but the reliance on MongoLab discourages me. |
@davidaik Parse server is not bound to MongoLab. You can use any mongodb provider or roll your own if you want. |
@skinp ah yes, I guess you're right. |
@davidaik what about the reliance discourages you? |
@meilers My app relied on Parse for the backend and see what happened. I think that it's better to self-host the database. |
I'm thinking of adopting Google App Engine for the backend.
Im therefore wondering if I could use the Parse server code so I don't have to rewrite my app.
The text was updated successfully, but these errors were encountered: