Git Product home page Git Product logo

android_yichat_lite's Introduction

Android 项目配置#

public class HTConstant {
//IM服务器相关
public static final String HOST_IM = "xxx.xxx.xxx.xxx";//示例ip: 119.125.523.153 此IP不可用
//api服务器
public static final String HOST_API = "http://xxx.xxx.xxx.xxx/api/";//示例ip: 119.125.523.153 此IP不可用
//阿里云OSS信息配置
public static final String endpoint = "oss-cn-hangzhou.aliyuncs.com";
public static final String accessKeyId = "xxxxxxxx";
public static final String accessKeySecret = "xxxxxxxxxxxx";
.....
}

相关工程


#最具诚意的开源IM系统 YiChat#

  1. github地址:https://github.com/YiChat
  2. 开源**地址:https://git.oschina.net/zhangfeng_tech ##本项目的开源内容## ###已开源的所有源码:###
  3. IM服务器(负责即时通讯消息)-直接部署,无需修改参数
  4. api服务器(非IM模块相关的其他业务逻辑)-修改一处参数,详见工程下文档
  5. android客户端-配置参数,连接自己的服务器ip.详见工程文档

###待开源的工程源码:###

  • iOS客户端:前面三个工程的github star数超过3000马上开源

##这个开源项目的意义在于##

  1. 拥有自己的IM服务器,不再受制于第三方通讯云的限制.
  2. 提供了一个完善优化的客户端源码,具体参见体验包:

##QQ:84543217 (技术相关请提交Issus,商务合作可联系QQ)

android_yichat_lite's People

Contributors

chitianfarmer avatar huangfangyi avatar

Watchers

 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.