QUIC for Nim
Go to file
Mark Spanbroek d1b461dca1 Convert 'supportedVersion' to a field in PacketHeader object 2020-09-23 15:04:49 +02:00
.github/workflows Fix CI 2020-09-03 10:48:09 +02:00
quic Convert 'supportedVersion' to a field in PacketHeader object 2020-09-23 15:04:49 +02:00
tests Convert 'supportedVersion' to a field in PacketHeader object 2020-09-23 15:04:49 +02: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 Updated roadmap 2020-09-22 12:14:59 +02:00
quic.nim Add PacketHeader 2020-09-17 20:35:01 +02:00
quic.nimble Add dependency on ngtcp2 2020-09-07 16:32:28 +02: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.