Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T07:33:27.000Z (almost 1 year ago)
- Last Synced: 2023-11-21T13:46:23.489Z (12 months ago)
- Topics: go-netty, go-netty-samples, netty
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 16
- Watchers: 2
- Forks: 18
- 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