Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/go-netty/go-netty-transport

An open source transport implementation for go-netty
https://github.com/go-netty/go-netty-transport

go-netty go-netty-transport netty-transport

Last synced: 6 days ago
JSON representation

An open source transport implementation for go-netty

Awesome Lists containing this project

README

        

# go-netty-transport

[![GoDoc][1]][2] [![license-Apache 2][3]][4]

[1]: https://godoc.org/github.com/go-netty/go-netty-transport?status.svg
[2]: https://godoc.org/github.com/go-netty/go-netty-transport
[3]: https://img.shields.io/badge/license-Apache%202-blue.svg
[4]: LICENSE

An open source transport implementation for [go-netty](https://github.com/go-netty/go-netty)

## Transport

1. TCP (builtin)
2. KCP (A Fast and Reliable ARQ Protocol)
3. Websocket
4. QUIC (Quick UDP Internet Connections)
5. UDP
6. TLS (Transport Layer Security over Tcp)