# netty-examples **Repository Path**: hotk/netty-examples ## Basic Information - **Project Name**: netty-examples - **Description**: netty examples - **Primary Language**: Java - **License**: MIT - **Default Branch**: develop - **Homepage**: https://apidoc.gitee.com/hotk/netty-examples - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-examples [netty-in-action-cn](http://ifeve.com/netty-in-action/) ## scripts package ```bash mvn package ``` run server ```bash java -jar server/target/netty-examples-server-*.jar ``` run client ```bash java -jar client/target/netty-examples-client-*.jar ```