icey-yu
877abfe7ce
|
5 months ago | |
---|---|---|
.github | 6 months ago | |
CHANGELOG | 8 months ago | |
assets | 10 months ago | |
build | 7 months ago | |
cmd | 7 months ago | |
config | 5 months ago | |
deployments | 7 months ago | |
docs | 6 months ago | |
internal | 5 months ago | |
pkg | 5 months ago | |
scripts | 5 months ago | |
test | 5 months ago | |
tools | 6 months ago | |
.dockerignore | 6 months ago | |
.env | 6 months ago | |
.gitattributes | 7 months ago | |
.gitignore | 7 months ago | |
.golangci.yml | 7 months ago | |
CHANGELOG.md | 1 year ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
CONTRIBUTING-zh_CN.md | 6 months ago | |
CONTRIBUTING.md | 6 months ago | |
Dockerfile | 6 months ago | |
LICENSE | 1 year ago | |
README.md | 6 months ago | |
README_zh_CN.md | 6 months ago | |
bootstrap.bat | 7 months ago | |
bootstrap.sh | 6 months ago | |
docker-compose.yml | 6 months ago | |
go.mod | 5 months ago | |
go.sum | 5 months ago | |
install.sh | 8 months ago | |
magefile.go | 6 months ago | |
magefile_unix.go | 7 months ago | |
magefile_windows.go | 7 months ago | |
start-config.yml | 6 months ago |
README.md
Englist · 中文 · Українська · Česky · Magyar · Español · فارسی · Français · Deutsch · Polski · Indonesian · Suomi · മലയാളം · 日本語 · Nederlands · Italiano · Русский · Português (Brasil) · Esperanto · 한국어 · العربي · Tiếng Việt · Dansk · Ελληνικά · Türkçe
👥 Join Our Community
Ⓜ️ About OpenIM
Unlike standalone chat applications such as Telegram, Signal, and Rocket.Chat, OpenIM offers an open-source instant messaging solution designed specifically for developers rather than as a directly installable standalone chat app. Comprising OpenIM SDK and OpenIM Server, it provides developers with a complete set of tools and services to integrate instant messaging functions into their applications, including message sending and receiving, user management, and group management. Overall, OpenIM aims to provide developers with the necessary tools and framework to implement efficient instant messaging solutions in their applications.
🚀 Introduction to OpenIMSDK
OpenIMSDK, designed for OpenIMServer, is an IM SDK created specifically for integration into client applications. It supports various functionalities and modules:
-
🌟 Main Features:
- 📦 Local Storage
- 🔔 Listener Callbacks
- 🛡️ API Wrapping
- 🌐 Connection Management
-
📚 Main Modules:
- 🚀 Initialization and Login
- 👤 User Management
- 👫 Friends Management
- 🤖 Group Functions
- 💬 Session Handling
Built with Golang and supports cross-platform deployment to ensure a consistent integration experience across all platforms.
🌐 Introduction to OpenIMServer
- OpenIMServer features include:
- 🌐 Microservices Architecture: Supports cluster mode, including a gateway and multiple rpc services.
- 🚀 Diverse Deployment Options: Supports source code, Kubernetes, or Docker deployment.
- Massive User Support: Supports large-scale groups with hundreds of thousands, millions of users, and billions of messages.
Enhanced Business Functions:
-
REST API: Provides a REST API for business systems to enhance functionality, such as group creation and message pushing through backend interfaces.
-
Webhooks: Expands business forms through callbacks, sending requests to business servers before or after certain events.
🚀 Quick Start
Experience online for iOS/Android/H5/PC/Web:
To facilitate user experience, we offer various deployment solutions. You can choose your preferred deployment method from the list below:
System Support
Supports Linux, Windows, Mac systems, and ARM and AMD CPU architectures.
🔗 Links
✍️ How to Contribute
We welcome contributions of any kind! Please make sure to read our Contributor Documentation before submitting a Pull Request.
Thank you for contributing to building a powerful instant messaging solution!
📕 License
OpenIMSDK is available under the Apache License 2.0. See the LICENSE file for more information.