Docker image for Node.js with QUIC
Docker image for Node.js with QUIC
You can docker-run with docker run -it nwtgck/node-quic
as follows.
$ docker run -it nwtgck/node-quic
Welcome to Node.js v14.0.0-pre.
Type ".help" for more information.
> const { createQuicSocket } = require('net');
undefined
You can get more detail examples and descriptions about the usage of QUIC in Node.js in the following.
quic/quic.md at cee2e5d079ca2b55e421d81df1ad131c1bfeecc6 · nodejs/quic
Here is an article to get example.