[TS] Add a socket handling implementation that uses Node.JS's `net`
authorMatt Corallo <git@bluematt.me>
Fri, 22 Jul 2022 21:13:22 +0000 (21:13 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 22 Jul 2022 23:45:01 +0000 (23:45 +0000)
commitd6683cf511d27d14c1047a6cb166a391c952bf1a
treed1dea1c1bc0674443cacc534f0e6464aab894068
parent458e8606df728b612297b370002edf522ab99eb1
[TS] Add a socket handling implementation that uses Node.JS's `net`
.github/workflows/build.yml
README.md
genbindings.sh
node-net/README.md [new file with mode: 0644]
node-net/net.mts [new file with mode: 0644]
node-net/package.json [new file with mode: 0644]
node-net/test/test.mts [new file with mode: 0644]
node-net/tsconfig.json [new file with mode: 0644]