Coder Social home page Coder Social logo

aim's Introduction

aim

A pure java chatroom based on netty

一、快速体验

1.1 命令行聊天工具aim-cli资源
1.2 启动aim-cli
java -jar aim-cli.jar
1.3 使用aim-cli登陆聊天服务器
1.3.1 标准登陆
[aim@nologin]# login -h hostname -p 9658 -n test
1.3.2 极简登陆
[aim@nologin]# login test  #意味着使用test昵称连接到 istart.club:9658 服务器 (暂不可用)
1.3.3 登陆参数说明:
  • -h 服务器地址,istart.club已经部署过aim-server,aim-cli可直接登陆
  • -p 服务端口,9658(意为:965吧,告别996!!!)
  • -n 用户昵称,自定义即可

二、源码安装

2.1 下载源码
git clone https://github.com/applesline/aim.git
2.2 编译源码
mvn clean install   #aim-server默认监听9658端口,如果需要改为其他端口,修改application.properties中的配置即可
2.3 编译结果
aim-cli-jar-with-dependencies.jar       #命令行客户端
aim-client-jar-with-dependencies.jar    #图形化客户端
aim-server-jar-with-dependencies.jar    #服务端,默认监听在9658端口
2.4 启动服务端
java -jar aim-server-jar-with-dependencies.jar  
2.5 启动命令行客户端
java -jar aim-cli-jar-with-dependencies.jar
2.6 启动图形化客户端
java -jar aim-client-jar-with-dependencies.jar

三、功能特性

  • 私有协议
  • 对象解码器
  • 支持单聊、群聊
  • 支持用户登录提醒、登出提醒
  • 支持客户端心跳检测
  • 支持客户端失败重连

四、联系作者

[email protected]

aim's People

Contributors

applesline avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.