项目作者: nwtgck

项目描述 :
Docker image for Node.js with QUIC
高级语言: Dockerfile
项目地址: git://github.com/nwtgck/docker-node-quic.git
创建时间: 2020-03-29T13:38:19Z
项目社区:https://github.com/nwtgck/docker-node-quic

开源协议:MIT License

下载


docker-node-quic

Docker image for Node.js with QUIC

Usage

You can docker-run with docker run -it nwtgck/node-quic as follows.

  1. $ docker run -it nwtgck/node-quic
  2. Welcome to Node.js v14.0.0-pre.
  3. Type ".help" for more information.
  4. > const { createQuicSocket } = require('net');
  5. 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

Article

Here is an article to get example.

Try QUIC in Node.js on Docker - DEV Community 👩‍💻👨‍💻