parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.81k stars 4.77k forks source link

Remove dependency on Parse JS SDK #8787

Open mtrezza opened 10 months ago

mtrezza commented 10 months ago

New Feature / Enhancement Checklist

Current Limitation

Parse Server currently depends on the Parse JS SDK. This is because the Parse JS SDK is leading a double life - as a Parse client SDK and as a internal module of Parse Server that is uses for various features. This creates the following issues:

Feature / Enhancement Description

Remove Parse Server's dependency on the Parse JS SDK. It should only be needed:

All elements of the Parse JS SDK that are currently in use in Parse Server should be moved to the Parse.Cloud namespace.

parse-github-assistant[bot] commented 10 months ago

Thanks for opening this issue!