nim-quic/Readme.md

5.7 KiB

QUIC for Nim

We're working towards an implementation of the QUIC protocol for Nim. This is very much a work in progress, and not yet in a usable state.

Building and testing

Install dependencies:

nimble install -d

Run tests:

nimble test

Roadmap

This is a rough outline of the steps that we expect to take during implemenation. They are bound to change over time.