michaellperry / jinaga

Universal web back-end, offering an application-agnostic API, real-time collaboration, and conflict resolution.
http://jinaga.com
MIT License
35 stars 3 forks source link

In-memory storage provider #12

Closed michaellperry closed 9 years ago

michaellperry commented 9 years ago

Create an implementation of the StorageProvider interface that works against an in-memory data structure. This will be the default storage provider, which can be swapped out by calling save.

A storage provider will asynchronously fetch an array of messages matching a query. The query structure is starting to take shape. Unit tests to come.