Skip to content

Proof of Concept: Converted to ES6, abstractions for Files, Database, and Cache. Reworked the default MemoryCache. #194

Closed
@gnz00

Description

@gnz00

https://github.com/maysale01/parse-server/tree/es6-all-tests-passing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions