Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BixinTech/sona
Sona 平台是一个搭建语音房产品的全端解决方案,包含了房间管理、实时音视频、房间IM、长连接网关等能力。
https://github.com/BixinTech/sona
audiorooms im rtc socket
Last synced: 5 days ago
JSON representation
Sona 平台是一个搭建语音房产品的全端解决方案,包含了房间管理、实时音视频、房间IM、长连接网关等能力。
- Host: GitHub
- URL: https://github.com/BixinTech/sona
- Owner: BixinTech
- License: apache-2.0
- Created: 2022-11-24T07:45:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T09:08:23.000Z (9 months ago)
- Last Synced: 2024-08-01T18:27:54.260Z (3 months ago)
- Topics: audiorooms, im, rtc, socket
- Language: Java
- Homepage:
- Size: 3.7 MB
- Stars: 111
- Watchers: 6
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SONA
### SONA 简介
- sona 是一个由比心语音技术团队开发,用于快速搭建语音房产品的全端解决方案,支撑了比心聊天室、直播、游戏房等业务。
- sona 提供了包括房间管理、实时音视频、房间IM在内的丰富的能力,快捷的接入方式,以及可商用的性能和稳定性。
- sona 用统一的接入方式封装了不同RTC厂商sdk,方便使用各厂家的用户能以最小成本接入和切换。### SONA 核心功能
- 基础房间管理能力:房间操作、人员权限、房间管理、在线列表等。
- RTC(实时音视频):rtc推拉流、转推CDN拉流、混流、录制等。
- 房间IM:聊天室消息、群组消息、点对点消息、广播消息。### SONA 优势
- 一站式解决语音房间底层技术问题,让你可以专注于业务功能开发。
- 集成了多家RTC云商,细粒度到可以支持单房间一键热切云商sdk。
- 高吞吐低延迟的IM,通过消息分级控制,确保重要消息如高价值礼物不会丢失。### SONA 各端项目地址
- Android: https://github.com/BixinTech/sona-android
- IOS: https://github.com/BixinTech/sona-ios
- sona管理后台: https://github.com/BixinTech/sona-admin### 项目设计
- [项目结构](https://github.com/BixinTech/sona-server/wiki/sona-server-%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D)
- [实时音视频](https://github.com/BixinTech/sona-server/wiki/%E5%AE%9E%E6%97%B6%E9%9F%B3%E8%A7%86%E9%A2%91)
- [房间IM](https://github.com/BixinTech/sona-server/wiki/%E6%88%BF%E9%97%B4IM)
- [房间管理](https://github.com/BixinTech/sona-server/wiki/%E6%88%BF%E9%97%B4%E7%AE%A1%E7%90%86)
- [长连网关](https://github.com/BixinTech/sona-server/wiki/%E9%95%BF%E8%BF%9E%E6%8E%A5%E7%BD%91%E5%85%B3)### 产品体验
- 产品主页 & 产品下载:https://bxyuer.com/
- demo 下载### 联系我们
* 邮箱: [email protected], [email protected]
### Reporting bugs
Please create [issues](https://github.com/BixinTech/sona-server/issues/new) for reporting any bugs or suggestions.
### Reporting a security vulnerability
Please report security vulnerabilities to [us]([email protected]) privately.
### License
SONA is licenced under the Apache License Version 2.0. See the [LICENSE](https://github.com/BixinTech/sona-server/blob/master/LICENSE) file for details.