Git Product home page Git Product logo

shiqiang124 / teamtalk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xmcy0011/teamtalk

0.0 0.0 0.0 153.88 MB

TeamTalk is a solution for enterprise IM

License: Apache License 2.0

Shell 0.54% JavaScript 7.91% Ruby 0.01% C++ 24.41% C 14.23% PHP 7.86% Objective-C 29.26% Java 8.36% MATLAB 0.01% CSS 6.01% Objective-C++ 0.43% Hack 0.23% Makefile 0.37% HTML 0.22% CMake 0.11% Batchfile 0.01% Dockerfile 0.01% Less 0.03% Rich Text Format 0.01%

teamtalk's Introduction

TeamTalk

opensource im from mogojie(蘑菇街), this is a branch, see origin

teamtalk-screenhost

server-arch1

server-arch2

install-local

Changed

Server

Windows

  • 适配vs2017

Structure

  • mac:TTMacClient工程,mac客户端工程
  • iOS:TTIOSClient工程,IOS客户端工程
  • Android:TTAndroidClient工程,android客户端工程
  • Windows:TTWinClient工程,windows客户端工程
  • Server: C++服务端工程,CentOs7下编译通过
    • login_server(C++): 负载均衡服务器(HTTP Server),根据最小连接算法,返回一个在线用户少MsgServer给客户端使用(主要是IP地址和端口)
    • msg_server(C++): 消息服务器(TCP Server),接收来自于客户端的TCP连接,转发客户端信令到db_proxy_server处理
    • route_server(C++): 路由服务器,为登录在不同MsgServer的用户提供消息转发功能
    • file_server(C++): 文件服务器,提供客户端之间得文件传输服务,支持在线以及离线文件传输
    • msfs_server(C++): 图片存储服务器,提供头像,图片传输中的图片存储服务
    • db_proxy_server(C++): 数据库代理服务器,提供mysql以及redis的访问服务,屏蔽其他服务器与mysql与redis的直接交互

Build

server:参考 README.md windows: 参考 README.md

Run

  1. 下载客户端,这里已经编译好了windows版本
  1. 解压,双击bin/teamtalk.exe
  2. 点击“设置”按钮,设置成自己的服务器IP
# http://access.teamtalk.im:8080/msg_server
http://your-ip:8080/msg_server
  1. 输入账号和密码
  2. 点击登录

teamtalk's People

Contributors

xmcy0011 avatar xiaominfc avatar bluefoxah avatar zscorpio avatar mgjluoning avatar mgjdafo avatar mgjkuaidao avatar wxd237 avatar liuxueyuan avatar ayrb13 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.