2016-05-03 15:14:48 +02:00
2016-04-28 22:30:57 +02:00
2016-04-21 13:48:42 +02:00
2016-05-03 10:27:59 +02:00
2016-05-03 14:04:01 +07:00
2016-05-03 15:14:24 +02:00
2016-04-28 12:03:55 +02:00
2016-04-15 12:13:33 +02:00
2016-04-07 17:10:20 +02:00
2016-05-02 11:24:13 +02:00
2016-04-06 23:10:52 +02:00
2016-05-03 10:27:59 +02:00
2016-04-26 19:13:26 +02:00
2016-05-02 20:50:06 +02:00
2016-05-03 12:07:01 +07:00
2016-05-03 12:07:01 +07:00
2016-05-03 16:34:46 +07:00

A QUIC implementation in native Go

Build Status Godoc Reference

This is very much an incomplete, buggy, unperformant and insecure work in progress :)

Installing deps:

go get -t

Running the example server:

go run example/main.go

Using the quic_client from chromium:

quic_client --host=127.0.0.1 --port=6121 --v=1 https://quic.clemente.io

Using Chrome:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome --no-proxy-server --enable-quic --origin-to-force-quic-on=quic.clemente.io:443 --host-resolver-rules='MAP quic.clemente.io:443 127.0.0.1:6121' https://quic.clemente.io
Description
No description provided
Readme MIT 46 MiB
Languages
Go 99.8%
Shell 0.1%