quic
Version:
A QUIC server/client implementation in Node.js.
36 lines (22 loc) • 962 B
Markdown
# QUIC (WIP)
A QUIC server/client implementation in Node.js.
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Downloads][downloads-image]][downloads-url]
## Google QUIC https://www.chromium.org/quic
## QUIC Wire Layout Specification: https://docs.google.com/document/d/1WJvyZflAO2pq77yOLbp9NsGjC1CHetAXV8I0fQe-B_U
## Demo
### QUIC without TLS
https://github.com/fidm/quic/blob/master/example/echo.js
```sh
node -r ts-node/register example/echo.js
```
## License
QUIC for Node.js is licensed under the [MIT](https://github.com/fidm/quic/blob/master/LICENSE) license.
Copyright © 2018 FIdM.
[npm-url]: https://npmjs.org/package/quic
[npm-image]: http://img.shields.io/npm/v/quic.svg
[travis-url]: https://travis-ci.org/fidm/quic
[travis-image]: http://img.shields.io/travis/fidm/quic.svg
[downloads-url]: https://npmjs.org/package/quic
[downloads-image]: http://img.shields.io/npm/dm/quic.svg?style=flat-square