即时通讯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
chao 12790e141d
feat: merge js sdk (#2856)
3 days ago
.github build: implement version file update when release. (#2826) 2 weeks ago
assets feat: Enhance Script Details and Add MacOS Compatibility with Documentation Updates (#1794) 10 months ago
build chore: remove unused .chglog and unnecessary content in goreleaser (#2786) 3 weeks ago
cmd feat: provide the interface required by js sdk (#2712) 1 month ago
config feat: merge js sdk (#2856) 3 days ago
deployments
docs
internal feat: merge js sdk (#2856) 3 days ago
pkg feat: merge js sdk (#2856) 3 days ago
scripts feat: improve searchMsg implement. (#2614) 2 months ago
test refactor: update Userregister request field. (#2650) 2 months ago
tools feat: support stream message (#2824) 2 weeks ago
version update the front image (#2692) 2 months ago
.dockerignore
.env update the front image (#2692) 2 months ago
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING-zh_CN.md
CONTRIBUTING.md
Dockerfile feat: improve publish docker image workflows (#2697) 1 month ago
LICENSE
README.md Introducing OpenIM Guru on Gurubase.io (#2788) 3 weeks ago
README_zh_CN.md
bootstrap.bat
bootstrap.sh
docker-compose.yml Line webhook (#2716) 1 month ago
go.mod feat: support stream message (#2824) 2 weeks ago
go.sum feat: support stream message (#2824) 2 weeks ago
install.sh
magefile.go
magefile_unix.go
magefile_windows.go
start-config.yml Fix err (#2608) 2 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!