Hi everyone,
I come from Meteor and I used minimongo, which was a partial implementation of MongoDB as an in-memory db for the browser. Minimongo was also reactive, so we could directly display a query in the template and the template updates automatically when the query result changes.
My quest since 2 weeks is to find something like that in Angular2. I’m looking for a No-SQL in-memory DB that is observable, so I could use the Angular2 async pipe in the templates.
Does it exist ?