processing / Processing-Hour-Of-Code

Repository for an interactive one-hour Processing tutorial.
hello.processing.org
56 stars 14 forks source link

www.parsecdn.com no longer exists #74

Closed beaumoaj closed 6 years ago

beaumoaj commented 7 years ago

The editor index.html contains this link: //www.parsecdn.com/js/parse-1.3.1.min.js The server www.parsecdn.com no longer exists. Where can I get this Javascript code from?

shiffman commented 7 years ago

Ah shucks! Parse.com has shut down. I would maybe suggest firebase as a replacement? @scottgarner do you have any other alternate recommendations?

shiffman commented 7 years ago

We could also run our own parse instance on maybe AWS or something?

shiffman commented 6 years ago

@scottgarner: @meiamsome and I are starting to work on a plan for updating this. What's the chance we might have a backup of the data anywhere? I think it's fine to start over but just curious.

scottgarner commented 6 years ago

Unfortunately it looks like Parse stopped allowing export when they shut down their servers on January 30, 2017.

meiamsome commented 6 years ago

Okay, I think that's everything - except for the _cloudcode folder - but as far as I can tell this doesn't do anything and can be deleted. Is this correct, @scottgarner ?

scottgarner commented 6 years ago

If I remember correctly, that stuff runs server-side on the Parse install. I think I was just using it for a view counter?

http://docs.parseplatform.org/cloudcode/guide/

You could almost certainly keep the same functionality without needing cloud code.

meiamsome commented 6 years ago

Ok, I have the view count implemented without it so I'll delete those files, and call this issue done!