https://github.com/eugeny/russh-napi
https://github.com/eugeny/russh-napi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eugeny/russh-napi
- Owner: Eugeny
- Created: 2024-07-11T21:57:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:39:28.000Z (2 months ago)
- Last Synced: 2025-04-13T23:13:49.852Z (about 1 month ago)
- Language: Rust
- Size: 161 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# N-API bindings for russh
This library contains neatly wrapped and typed native bindings for the client side of the [russh](https://github.com/warp-tech/russh) SSH protocol library.
Curently I'm only maintaining it as a dependency of [Tabby](https://github.com/eugeny/tabby) and not for general public use. However it is mostly stable, self-documented through type definitions and ready to use.
Run `yarn local:debug` to build a debug binding for your platform. GitHub CI builds bindings for all platforms and that's what gets published to npm.