即时通讯IM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
icey-yu 2f25578583
fix: message can store Ex (#2371) (#2372)
3 months ago
.github feat: optimize corn tasks (#2238) 5 months ago
CHANGELOG cicd: bump League Patch (#2025) 7 months ago
assets
build refactor: 3.7.0 code conventions. (#2148) 6 months ago
cmd refactor: 3.7.0 code conventions. (#2148) 6 months ago
config Add etcd as a service discovery mechanism 4 months ago
deployments refactor: 3.7.0 code conventions. (#2148) 6 months ago
docs Update CODEOWNERS 5 months ago
internal fix: message can store Ex (#2371) (#2372) 3 months ago
pkg fix: message can store Ex (#2371) (#2372) 3 months ago
scripts Add a retry mechanism to mongo init 4 months ago
test Remove redundant scripts (#2255) 5 months ago
tools Add etcd as a service discovery mechanism 4 months ago
.dockerignore 3.6.1 code conventions (#2203) 5 months ago
.env add etcd 4 months ago
.gitattributes 3.6.1 code conventions (#2203) 5 months ago
.gitignore refactor: 3.7.0 code conventions. (#2148) 6 months ago
.golangci.yml refactor: 3.7.0 code conventions. (#2148) 6 months ago
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING-zh_CN.md feat: add architecture layers (#1860) 8 months ago
CONTRIBUTING.md feat: add architecture layers (#1860) 8 months ago
Dockerfile update gomake (#2285) 5 months ago
LICENSE
README.md Update the document (#2221) 5 months ago
README_zh_CN.md Update the document (#2221) 5 months ago
bootstrap.bat refactor: 3.7.0 code conventions. (#2148) 6 months ago
bootstrap.sh refactor: 3.7.0 code conventions. (#2148) 6 months ago
docker-compose.yml add etcd 4 months ago
go.mod etcd naming and discovery 4 months ago
go.sum etcd naming and discovery 4 months ago
install.sh fix: reconstruct the script of 'make start' 'make stop' and 'make check' (#1953) 7 months ago
magefile.go Skip minio check (#2279) 5 months ago
magefile_unix.go refactor: 3.7.0 code conventions. (#2148) 6 months ago
magefile_windows.go refactor: 3.7.0 code conventions. (#2148) 6 months ago
start-config.yml update go.mod go.sum (#2209) 5 months ago

README.md

👥 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.

App-OpenIM Relationship

🚀 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:

    1. 🚀 Initialization and Login
    2. 👤 User Management
    3. 👫 Friends Management
    4. 🤖 Group Functions
    5. 💬 Session Handling

Built with Golang and supports cross-platform deployment to ensure a consistent integration experience across all platforms.

👉 Explore the GO SDK

🌐 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.

    Overall Architecture

🚀 Quick Start

Experience online for iOS/Android/H5/PC/Web:

👉 OpenIM Online Demo

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.

✍️ 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.

🔮 Thanks to our contributors!