ubinder

Allows to bind native library to Node through async RPC interface, frees you from knowing any details related to Node/V8/etc.

Usage no npm install needed!

<script type="module">
  import ubinder from 'https://cdn.skypack.dev/ubinder';
</script>

README

Ubinder - universal binder

Ubinder is library for creating asynchronous bindings on various languages/environments.

You specify the command-oriented protocol for communication with your library (typically with protobuf, but can be any binary format). All other thing is done for you by ubinder.

Ubinder implement two types of protocol:

  • Request-Response
  • Notification

Supported hosts

Planned hosts

  • React Native (IOS)
  • Python

How to create wrapping library

Feedback

If you have any comments or feedback, feel free to open an issue