| Crates.io | nt-napi-bindings |
| lib.rs | nt-napi-bindings |
| version | 1.0.0 |
| created_at | 2025-11-13 19:11:51.111517+00 |
| updated_at | 2025-11-13 19:11:51.111517+00 |
| description | Node.js N-API bindings for Neural Trader - High-performance TypeScript/JavaScript interface |
| homepage | |
| repository | https://github.com/ruvnet/neural-trader |
| max_upload_size | |
| id | 1931741 |
| size | 139,452 |
Node.js N-API bindings for Neural Trader. Provides JavaScript/TypeScript interface to Rust trading engine.
const neuralTrader = require('nt-napi-bindings');
const trader = new neuralTrader.Trader(config);
await trader.executeTrade(order);
Licensed under either of Apache License, Version 2.0 or MIT license at your option.