tom zhou
tom zhou
I did rewrite node.js in pure Java for Android http://instantwebp2p.github.io/node-android
@yaronyg I did think run overall node.js env/modules on Android. But, I am frustrated that's complex adapt node.js native module to Android. node-android just is start point, like 0.2.x of...
@paddybyers I will study on this first, and keep sync.
@delltrak can you try to upgrade node-android to latest android studio.
Any update on support gRPC over HTTP3/QUIC ? the main concern is HTTP2 has known TCP Head-Of-Line blocking issue.
has supported mixed asymmetric/symmetric NAT tranverse
summary from chatGPT ```c void *cpu_addr; // for kernel access dma_addr_t dma_addr; // for device access unsigned long phys_addr; // for mmap to user-space /* Allocate DMA-coherent memory */ cpu_addr...
UDT api is like Net module api, while UDTS api is like TLS api. check below link for detail https://github.com/InstantWebP2P/nodejs-httpp/wiki/An-introduction-to-run-http-over-udp-with-node.js The HTTPP to HTTP modules mapping is like below: net...
@amiiigh check https://github.com/instantwebp2p/uvudt/tree/8d4f021d8042a82988472a9db43382fa28190d9d UDT is an extension to libuv as uvudt