2016-04-28 10:33:58 +02:00
2016-04-28 10:33:58 +02:00
2016-04-21 13:48:42 +02:00
2016-04-25 17:54:00 +02:00
2016-04-27 17:20:55 +02:00
2016-04-15 12:13:33 +02:00
2016-04-07 17:10:20 +02:00
2016-04-06 23:10:52 +02:00
2016-04-16 23:36:05 +02:00
2016-04-26 19:13:26 +02:00
2016-04-27 12:52:06 +02:00
2016-04-27 12:52:06 +02: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%