node-foundationdb

Modern Node.js FoundationDB bindings (by josephg)

Node-foundationdb Alternatives

Similar projects and alternatives to node-foundationdb

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better node-foundationdb alternative or higher similarity.

node-foundationdb reviews and mentions

Posts with mentions or reviews of node-foundationdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-14.
  • The Serde Rust Framework
    14 projects | news.ycombinator.com | 14 Oct 2021
    Thats fantastic.

    I maintain the nodejs bindings for foundationdb. Foundationdb refuses to publish a wire protocol, so the bindings are implemented as native code wrapped by n_api. The code is a rat's nest of calls to methods like `napi_get_value_string_utf8` to parse javascript objects into C. (Eg [1]). As well as being difficult to read and write, I'm sure there's weird bugs lurking somewhere in all that boilerplate code.

    I'd much prefer all that code to just be in rust. That looks way easier to use than all the goopy serialization nonsense I'm doing now. (Though I'd want a serde_napi variant instead of going straight to v8).

    [1] https://github.com/josephg/node-foundationdb/blob/master/src...

Stats

Basic node-foundationdb repo stats
1
111
1.5
7 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com