GithubHelp home page GithubHelp logo

netty-chat's Introduction

netty-chat

模块说明

netty-common: 服务端和java客户端公用基类

netty-common-server: 服务端基础库 不带协议

netty-common-client-java: 客户端基础库 不带协议

一个用来聊天的简单demo 包括简单协议编码 解码

netty-chat-common: 编码 解码相关 server和client都需要

netty-chat-standalone: server启动类和业务逻辑处理相关 能独立提供服务

netty-chat-client: 简单的基于java的客户端测试类

几点说明

  1. 聊天服务端demo只是用来测试 生产环境需要做分布式 把连接和业务逻辑处理分到不同的实例

  2. 几个基础工程只负责 连接 会话 心跳相关工作 具体的协议编码 解码需要你去实现 比如可以做消息队列 RPC相关的一些中间件

  3. Android客户端SDK https://github.com/anyunzhong/AndroidSocket

  4. iOS客户端SDK https://github.com/anyunzhong/DFSocket

netty-chat's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

netty-chat's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.