Echo JS 0.11.0

<~>
tracker1 1908 days ago. link 1 point
I'm not trying to discourage the author in the comments below.  The project is interesting and cool, I'm just curious on the direction taken vs some of the alternative options below.

I would think that a wrapper for leveldb would be about as effective for use.  As a specific example leveldown/levelup and even pouchdb have very similar offerings, you could still use messagepack for your serialization.  Another option for serialization might have been protobuffers or bson.

I'm not sure what portable devices are targeted, or their usage but it's also possible that SQLite is already available for the platform(s) in question.

Replies