# ion_0.4.6 **Repository Path**: frank2020/ion ## Basic Information - **Project Name**: ion_0.4.6 - **Description**: ion 0.4.6 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-12 - **Last Updated**: 2021-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ION ION is a distributed real-time communication system, the goal is to chat anydevice, anytime, anywhere! ### Architecture + ![avatar](./docs/imgs/arch.png) ### Sequence + ![avatar](./docs/imgs/sequence-diagram.png) ### Modules - [**ION-BIZ**](https://github.com/pion/ion) Business Signal Server - [**ION-ISLB**](https://github.com/pion/ion) Intelligent-Server-Load-Balancing server - [**ION-SFU**](https://github.com/pion/ion) Selective-Forwarding-Unit server| - [**ION-SDK-JS**](https://github.com/pion/ion-sdk-js) Ion js sdk written by typescript - [**ION-SDK-FLUTTER**](https://github.com/pion/ion-sdk-flutter) Ion flutter sdk powered by [flutter-webrtc](https://github.com/cloudwebrtc/flutter-webrtc) - [**ION-APP-WEB**](https://github.com/pion/ion-app-web) Ion web app - [**ION-APP-FLUTTER**](https://github.com/pion/ion-app-flutter) Ion flutter app ### Documentation #### Setup ```shell docker network create ionnet ``` #### Run ```shell # 稳定版本 docker-compose -f docker-compose.stable.yml up # 开发版本 docker-compose -f docker-compose.yml up ``` For dev and more options see the wiki - [Development](https://github.com/pion/ion/wiki/DockerDev)