Correct client

This commit is contained in:
Lorexia
2023-10-05 12:10:40 +02:00
parent f8c3f784c8
commit 03099493aa
+2 -2
View File
@@ -11,8 +11,8 @@ If youre looking to build or Nymify existing solutions, read on: For de
Stay on this page, the [TS SDK handbook](../) (you are here) for using the TypeScript SDK.
These SDKs abstract away much of the messaging and core logic from your app, and allow you to run a Nym client as part of your application process, instead of having to run them separately. In short, they simplify building Nym clients into your project.
###### Nym clients: Websocket, WebAssembly, SOCKS5
Alternatively, you can also use one of the three Nym clients to connect your application to the mixnet.
###### Standalone Nym clients: Websocket, WebAssembly, SOCKS5
Alternatively, you can also use one of the three standalone Nym clients to connect your application to the mixnet.
These clients do the majority of the heavy-lifting with regards to cryptographic operations and routing under the hood.
Essentially, they all do the same thing: create a connection to a gateway, encrypt and decrypt packets sent to and received from the mixnet, and send cover traffic to hide the flow of actual app traffic from observers. You can learn more about the Nym clients in this [Nym integration page](https://nymtech.net/developers/integrations/mixnet-integration.html).