Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gakkiyomi/netty-demo

useage netty framwork build a client and server demo
https://github.com/gakkiyomi/netty-demo

Last synced: 21 days ago
JSON representation

useage netty framwork build a client and server demo

Awesome Lists containing this project

README

        

# netty 客户端和服务器代码demo
> 通过此demo可快速上手netty框架

客户端和服务器之间的交互是非常简单的;在客户端建立一个连接之后,它会向服务 器发送一个或多个消息,反过来,服务器又会将每个消息回送给客户端。
虽然它本身看起来好像 用处不大,但它充分地体现了客户端/服务器系统中典型的请求-响应交互模式。