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
- Host: GitHub
- URL: https://github.com/oslavdev/rust-node
- Owner: oslavdev
- Created: 2022-12-16T14:14:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T14:36:09.000Z (about 3 years ago)
- Last Synced: 2025-03-17T18:14:51.960Z (11 months ago)
- Topics: nodejs, rust
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```