QUIC for Nim
Go to file
Mark Spanbroek 226198b544 Remove ids from listener when closing connection 2021-01-04 10:05:34 +01:00
.github/workflows Set CI timeout to 10 minutes 2020-11-25 18:00:32 +01:00
quic Remove ids from listener when closing connection 2021-01-04 10:05:34 +01:00
tests Remove ids from listener when closing connection 2021-01-04 10:05:34 +01:00
.editorconfig Project setup 2020-09-03 10:05:46 +02:00
.gitignore Add .gitignore for Nim compiled files 2020-09-07 16:32:28 +02:00
.tool-versions Project setup 2020-09-03 10:05:46 +02:00
Readme.md Update status in Readme 2020-10-13 08:49:39 +02:00
lint.nims Add linter to format source files 2020-11-25 18:00:32 +01:00
nim.cfg Include Defect in the list of allowed exceptions 2020-09-30 09:20:32 +02:00
quic.nim Remove everything but the API from the main module 2021-01-04 10:05:34 +01:00
quic.nimble Add linter to format source files 2020-11-25 18:00:32 +01:00

Readme.md

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.