Giter Club home page Giter Club logo

kim's Introduction

KIM

King IM CLoud

简介

kim 是一个高性能分布式即时通信系统。

structure.png

同时,也是《分布式IM原理与实战: 从0到1打造即时通讯云》一书的实战项目。你可以点击下图,观看详细介绍。

book

环境准备

  1. 安装docker

  2. 安装docker-compose

  3. 启动环境

    • docker-compose -f "docker-compose.yml" up -d --build
  4. 进入Mysql,修改访问权限:

    1. docker exec -it kim_mysql /bin/sh
    2. mysql -uroot -p123456
    3. GRANT ALL ON . TO 'root'@'%';
    4. flush privileges;
  5. 创建数据库

    1. create database kim_base default character set utf8mb4 collate utf8mb4_unicode_ci;
    2. create database kim_message default character set utf8mb4 collate utf8mb4_unicode_ci;
  6. docker部署服务kim单节点服务

    • docker-compose -f "docker-compose-kim.yml" up -d --build

kim's People

Contributors

klintcheng avatar

Watchers

James Cloos 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.