X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=7affd5307490395cef8136c3511900f6f23fc576;hb=8a515be62568ee4327e636a977e32204006d6493;hp=1dc96f9a4966768f91203e2831c3eddb26ad1901;hpb=293bcee787de3eb181b82175a1784a4ef311e012;p=ldk-java diff --git a/README.md b/README.md index 1dc96f9a..7affd530 100644 --- 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