Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/go-netty/go-netty-transport
- Owner: go-netty
- License: apache-2.0
- Created: 2019-12-06T03:00:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T07:30:24.000Z (8 months ago)
- Last Synced: 2024-06-19T15:29:04.395Z (5 months ago)
- Topics: go-netty, go-netty-transport, netty-transport
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: LICENSEAn 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)