Live data from Hacker News

The First Object Database for Node: Introducing Realm Node.js

realm.io

11–18 of 18 posts

Re: The First Object Database for Node: Introducing Realm Node.js

#12

Is this a pure JavaScript implementation of realm, or a js wrapper around a realm process?

It's the same C++ core used in the other Realm SDKs that is wrapped in JavaScript. The same API as what has been available in the ReactNative SDK for a while.

Re: The First Object Database for Node: Introducing Realm Node.js

#14

Realm is very cool technology, but the lack of a browser variant is a show-stopper for us. Our clients want web, iOS and Android versions of the apps we build. We really don't want to build our own CRDT syncing, I'd love to evaluate your stuff.

Disclosure: We're a competitor. If you need browser support check out https://github.com/amark/gun , it runs on all major browsers and can be embedded into native apps and has realtime CRDT sync out of the box. Fully MIT / ZLIB / Apache 2 licensed.

Re: The First Object Database for Node: Introducing Realm Node.js

#18

Realm is very cool technology, but the lack of a browser variant is a show-stopper for us. Our clients want web, iOS and Android versions of the apps we build. We really don't want to build our own CRDT syncing, I'd love to evaluate your stuff.

Check out PouchDB, too. Open-source, cross-browser, and quite mature. Works in Node as well. Syncs with Couchbase. Couchbase also has an embedded native database for Android, iOS and several other platforms that can coexist with PouchDB. https://pouchdb.com/ http://www.couchbase.com/nosql-databases/couchbase-mobile (Disclosure: I work for Couchbase.)
Post reply on HN