So we know there is a Go version somewhere I wonder why they didn't opensource this instead of rewriting everything to nodejs...
Parse is shutting down today
211–220 of 297 posts
Re: Parse is shutting down today
#212Earlier quoted context omitted.
You can use Parse Server Hosting providers such as sashido.io so you don't have to make many code changes.
Cool. Thanks! I already let all my data go, but it will be great to get my app going again.
Re: Parse is shutting down today
#213So we know there is a Go version somewhere I wonder why they didn't opensource this instead of rewriting everything to nodejs...
Re: Parse is shutting down today
#214Re: Parse is shutting down today
#215During this year-long shutdown/migration process, the open-source and community maintained Parse Server is what most people switched to. Parse is yours now. https://github.com/ParsePlatform/parse-server
Re: Parse is shutting down today
#216Re: Parse is shutting down today
#217During this year-long shutdown/migration process, the open-source and community maintained Parse Server is what most people switched to. Parse is yours now. https://github.com/ParsePlatform/parse-server
And nowhere in there I was able to find what's Parse and what does the open-source Parse Server do.
IIRC the Parse homepage used to have this, but ever since the shutdown notice (so, for the past year) the homepage has largely been useless.
Re: Parse is shutting down today
#218That is, even if you've released a new version of your app that uses the open source Parse Server, any of your users that haven't updated to the new version now essentially have a broken app?
Re: Parse is shutting down today
#219Earlier quoted context omitted.
Parse was a backend as a service that allowed for a cloud hosted database to be connected with web and mobile apps with simple JavaScript. It was a lovely tool for hackathons. They could also run arbitrary JS in response to events at scale. It competed with Firebase until they were acquired by Facebook.
It all makes me feel very stupid. I did programming since childhood and web since the beginning, I was clouds (virtualization) user even before millennium, I do backends for a living, saw a lot of JS code, know something about mobile apps, but I must join this thread. "Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js" - each of these words one…
Re: Parse is shutting down today
#220Earlier quoted context omitted.
Something I've been wondering is would you recommend using the open source Parse server for new code or is it more targeted towards projects that were already using the Parse API?
I have created a few apps using Parse.com, one of them successful enough to take the additional time/cost hit to migrate and host myself using the Parse-Server project. The open source project is great and I appreciate the effort that went into making sure we didn't all get (totally) screwed. Would I use Parse-Server for a new project? Probably not. The state of the BaaS options out there has changed/improved signifi…
Happy to answer any questions, or get some current devs there into the conversation to help out.