# netty-push **Repository Path**: yxb_1990/netty-push ## Basic Information - **Project Name**: netty-push - **Description**: netty4简易消息推送 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-02-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## netty4简易消息推送 push设计的目标是server能主动推送消息到client,实现的功能有: - server主动推送消息到client,可以对所有或者单个client推送 - 如果client处于离线状态,可以将消息持久化,在client下次连接时能接受到消息 - 踢client下线 - client掉线自动重连