You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still needs some major refactoring as I was kinda trying to tackle too much at one time.
Converted all code to ES6. All tests passing. Some bug fixes / new error constraints.
Added a ParseServer class that manages instances of the ParseApp class.
Added DatabaseProvider, CacheProvider, and FilesProvider for abstracting respective implementations.
Reworked the cache, all access needs to be via an Express request object passed to a handler or the Express app object returned during instantiation. From my understanding this is how an Express plugin/server should be scoped/implemented.