2016-04-19 15:54:18 +07:00
2016-04-19 12:43:16 +07:00
2016-04-19 15:54:18 +07:00
2016-04-15 12:13:33 +02:00
2016-04-07 17:10:20 +02:00
2016-04-16 01:03:09 +07:00
2016-04-06 23:10:52 +02:00
2016-04-16 23:36:05 +02:00
2016-04-19 15:54:18 +07:00
2016-04-18 11:00:26 +02:00
2016-04-19 14:34:11 +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%