https://github.com/go-netty/go-netty-samples
An open source samples written by https://github.com/go-netty/go-netty
https://github.com/go-netty/go-netty-samples
go-netty go-netty-samples netty
Last synced: about 1 year ago
JSON representation
An open source samples written by https://github.com/go-netty/go-netty
- Host: GitHub
- URL: https://github.com/go-netty/go-netty-samples
- Owner: go-netty
- License: apache-2.0
- Created: 2019-12-03T13:04:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T05:50:47.000Z (over 1 year ago)
- Last Synced: 2025-04-10T13:10:38.126Z (about 1 year ago)
- Topics: go-netty, go-netty-samples, netty
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 19
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-netty-samples
An open source samples written by [go-netty](https://github.com/go-netty/go-netty)
## Samples
1. [chat_server](./chat_server) - A simple web-based chatroom
2. [file_server](./file_server) - A simple web-based file browser
3. [tcp_server](./tcp_server) - A simple echo server & client
4. [redis_cli](./redis_cli) - A simple redis cli
5. [https_server](./https_server) - A simple https server