1.0.0 • Published 3 years ago

node-red-contrib-snaphash-iota-streams v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Introduction

npm module to run rust based iota streams in a javascript based environment

Directory Structure

Code under native is rust code. Code under lib is javascript.

Extend

After modifying rust code under native/src/, build using neon build and voila; your code is ready to be used in javascript. Javascript code is available under lib can now directly access the compiled module as in example lib/index.js

neon build
node lib/index.js

And that's it!

1.0.0

3 years ago