sergeyksv / tingodb

Embedded Node.js database upward compatible with MongoDB
www.tingodb.com
1.16k stars 105 forks source link

does tingodb can use on borwser #112

Open bluelovers opened 8 years ago

bluelovers commented 8 years ago

does tingodb can use on borwser like Chrome or Firefox?

sergeyksv commented 8 years ago

Short answer no. Long answer code itself has no any dependencies that will not work in browser except persistence layer. There was no plans to make it work in browser as I see no much purpose for this.

amir-arad commented 7 years ago

Hi I think it would be very beneficial to be able to get an in-memory DB in the browser that is 100% compatible with the backend's DB.

It can be used as a cache layer, or for mocking the server side in client tests.

I am currently checking tingoDB as a mongoDB in-memory mock to speed up tests