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-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

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