[TS] Add a socket handling implementation that uses Node.JS's `net`
[ldk-java] / node-net / README.md
diff --git a/node-net/README.md b/node-net/README.md
new file mode 100644 (file)
index 0000000..28c45f8
--- /dev/null
@@ -0,0 +1,5 @@
+LDK Node.JS TypeScript Network Implementation
+=============================================
+
+This module bridges the LDK `SocketDescriptor` and `PeerManager` interfaces to Node.JS's `net`
+TCP sockets. See the `lightningdevkit` module for more info.