You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Winding Tree protocol coordination server package. It enables efficient coordination among multiple peers using the libp2p networking stack.
4
+
5
+
## Installation
6
+
7
+
```bash
8
+
pnpm i @windingtree/sdk-server
9
+
```
10
+
11
+
## Key concepts
12
+
13
+
This package revolves around setting up a server for facilitating peer-to-peer communication and message exchange in a distributed network. Key components include:
14
+
15
+
-**CoordinationServer**: A class for creating a coordination server instance, with methods for starting and stopping the server.
16
+
-**createServer**: A helper function for instantiating the CoordinationServer class.
17
+
-**ServerOptions**: The options type for customizing the coordination server's behavior.
0 commit comments