Merge pull request #107 from TheBlueMatt/main
[ldk-java] / README.md
index 1dc96f9a4966768f91203e2831c3eddb26ad1901..7affd5307490395cef8136c3511900f6f23fc576 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,7 +60,12 @@ Some functions may error spuriously due to oversights or missing implementations
 
 The TypeScript bindings require modern web standards, including support for `FinalizationRegistry`
 and `WeakRef` (Chrome 84, Firefox 79, Safari 14.1/iOS 14.5 and Node 14.6) and WASM BigInt support
-(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node ??).
+(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node 15.0).
+
+For users of Node.JS environments you may wish to use the `lightningdevkit-node-net` package as
+well to implement the required network handling to bridge the `lightningdevkit` package's
+`SocketDescriptor` interface to Node.JS TCP Sockets. For those wishing to run a lightning node in
+the browser you will need to provide your own bridge from `SocketDescriptor` to a WebSocket proxy.
 
 ## General