https://github.com/nwtgck/docker-node-quic
Docker image for Node.js with QUIC
https://github.com/nwtgck/docker-node-quic
http3 node nodejs quic
Last synced: 7 months ago
JSON representation
Docker image for Node.js with QUIC
- Host: GitHub
- URL: https://github.com/nwtgck/docker-node-quic
- Owner: nwtgck
- License: mit
- Created: 2020-03-29T13:38:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T15:37:11.000Z (over 4 years ago)
- Last Synced: 2024-10-11T15:09:54.775Z (12 months ago)
- Topics: http3, node, nodejs, quic
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-node-quic
Docker image for [Node.js with QUIC](https://github.com/nodejs/quic)## Usage
You can docker-run with `docker run -it nwtgck/node-quic` as follows.
```console
$ 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](https://github.com/nodejs/quic/blob/cee2e5d079ca2b55e421d81df1ad131c1bfeecc6/doc/api/quic.md)## Article
Here is an article to get example.[Try QUIC in Node.js on Docker - DEV Community ๐ฉโ๐ป๐จโ๐ป](https://dev.to/nwtgck/try-quic-in-node-js-on-docker-l8c)