lthibault / quic-mangos

A QUIC transport for mangos (scalability protocols) written in pure Go
Apache License 2.0
24 stars 2 forks source link

example #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

any chance you coul do a very basic example between 2 endponts just t get going ?

lthibault commented 6 years ago

Done. You can go run example/pair/main.go for a simple example using the PAIR protocol.

Note that the example uses https://github.com/SentimensRG/ctx for convenience; it's not necessary for quic-mangos to work.