Skip to content

lmammino/playing-with-neon

Repository files navigation

playing-with-neon

The source code created during the live stream "Creating Node.js libraries with Rust using Neon (Twitch live stream)".

The code implements a square sum of the first 1 million numbers.

Requirements

You need a recent version of Node.js and Rust installed in your system.

Install

Run:

npm i

To install and compile the necessary dependencies

Test

To run a JS only version of the code:

node sum_pure.js

To run the Rust counterpart:

node sum_rust.js

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.

License

Licensed under MIT License. © Luciano Mammino.

About

Some simple experiment with Neon bindings: generating Node.js libraries with Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published