An open API service indexing awesome lists of open source software.

https://github.com/oslavdev/rust-node

[TRY OUTS] Experimenting with rust-node bindings
https://github.com/oslavdev/rust-node

nodejs rust

Last synced: 7 months ago
JSON representation

[TRY OUTS] Experimenting with rust-node bindings

Awesome Lists containing this project

README

          

## Rust node

Experimenting with running Rust from Node.js

## How To

1. Build Rust lib from rust folder

```
cargon build --release
```

2. Install node deoendencies from node folder

```
yarn
```

3. Run node app

```
yarn dev
```