Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
I have an app deeply dependent upon it, but only for premium (subscription) features so the fact I will now have an increased monthly bill to host the server and mongodb is ok.
However it has not really gone open source. The actual Parse server code is written in a totally different language. What they have made is an alternative Parse server that has now been open sourced.
Once they add file handling (missing in first release) to it (which they are working on) - should be easy job to move it all to my own instance, but I am giving it 6 months for the bugs to be ironed out.
However the real thing to take from this is.... You can not rely upon ANY middleware. I know people using all sorts of middleware for highscores, logins, messaging etc. and any of them could just be moments from being killed.
My initial feeling of p!ssed off has now gone to a state that if some talented dev's take an interest in the 'new server' it could actually be a good thing!
I'm taking a risk with clan of the cloud, but it's only for things like leaderboards, etc. If it can't be reached then play services, etc are used instead.
I've been thinking though of coding my own system and releasing it free - it would likely be compiled code though for speed (cpu time is expensive) - not using rails or php.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
In this example at least the company-parse choose to minimize the ill effects of shutting down their services. They make required announcements early and making the people ready for what to be happened. But even the best case scenario there will be problems i guess. Wish that you guys will not be effected at all and everything will be solved.
Maybe, I was thinking of going compiled though rather than using scripts.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Comments
https://deluxepixel.com
However it has not really gone open source. The actual Parse server code is written in a totally different language.
What they have made is an alternative Parse server that has now been open sourced.
Once they add file handling (missing in first release) to it (which they are working on) - should be easy job to move it all to my own instance, but I am giving it 6 months for the bugs to be ironed out.
However the real thing to take from this is....
You can not rely upon ANY middleware. I know people using all sorts of middleware for highscores, logins, messaging etc. and any of them could just be moments from being killed.
My initial feeling of p!ssed off has now gone to a state that if some talented dev's take an interest in the 'new server' it could actually be a good thing!
Likes: SinisterSoft
I've been thinking though of coding my own system and releasing it free - it would likely be compiled code though for speed (cpu time is expensive) - not using rails or php.
https://deluxepixel.com
But even the best case scenario there will be problems i guess.
Wish that you guys will not be effected at all and everything will be solved.
https://deluxepixel.com
nodejs is pretty quick though.
https://parse.com/docs/server/guide