Files
nym/documentation/docs/pages/developers/clients/websocket.md
T
2024-10-11 13:27:07 +02:00

826 B

Websocket Client (Standalone)

This client can also be utilised via the Rust SDK and Go/C++ FFI.

You can run this client as a standalone process and pipe traffic into it to be sent through the mixnet. This is useful if you're building an application in a language other than Typescript or Rust and cannot utilise one of the SDKs.

You can find the code for this client here.

Download or compile client

If you are using OSX or a Debian-based operating system, you can download the nym-socks5-client binary from our Github releases page.

If you are using a different operating system, or want to build from source, simply use cargo build --release from the root of the Nym monorepo.