即时通讯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
Monet Lee bf0289075b
fix: switch kafka & etcd image namespace to bitnamilegacy (#3555)
14 hours ago
.github docs: update slack link. (#3479) 1 month ago
CHANGELOG Update CHANGELOG for release v3.8.3-patch.6 (#3473) 1 month ago
assets feat: Enhance Script Details and Add MacOS Compatibility with Documentation Updates (#1794) 2 years ago
build build: update kubernetes deployment Run. (#2919) 9 months ago
cmd fix: prometheus discovery (#3408) 3 months ago
config feat: implement auth local cache. (#3533) 7 days ago
deployments docs: improve deployment docs in kubernetes. (#2973) 8 months ago
docs docs: update slack link. (#3479) 1 month ago
internal feat: implement auth local cache. (#3533) 7 days ago
pkg feat: implement auth local cache. (#3533) 7 days ago
scripts/template build: update mongo and kafka start logic. (#2858) 10 months ago
test feat: add nickname for adminUser (#3435) 2 months ago
tools feat: support redis sentinel. (#3423) 3 months ago
version fix: oss specifies content-type when uploading (#3267) 5 months ago
.dockerignore 3.6.1 code conventions (#2202) 1 year ago
.env fix: switch kafka & etcd image namespace to bitnamilegacy (#3555) 14 hours ago
.gitattributes remove \r 1 year ago
.gitignore feat: new features merged (#2409) 1 year ago
.golangci.yml License (#3293) 4 months ago
CHANGELOG.md feat: add link file 2 years ago
CODE_OF_CONDUCT.md Feat/add test scripts (#1341) 2 years ago
CONTRIBUTING-zh_CN.md Fix: solve conversation blocking in private chat when non friendship. (#2542) 1 year ago
CONTRIBUTING.md Fix: solve conversation blocking in private chat when non friendship. (#2542) 1 year ago
Dockerfile build: implement services image build and CI release. (#2920) 9 months ago
LICENSE Update LICENSE 4 months ago
README.md docs: update slack link. (#3479) 1 month ago
README_zh_CN.md docs: update slack link. (#3479) 1 month ago
bootstrap.bat refactor: 3.7.0 code conventions. (#2148) 1 year ago
bootstrap.sh 3.6.1 code conventions (#2202) 1 year ago
docker-compose.yml build: comment admin services. (#3537) 7 days ago
go.mod feat: implement auth local cache. (#3533) 7 days ago
go.sum feat: implement auth local cache. (#3533) 7 days ago
install.sh docs: update slack link. (#3479) 1 month ago
magefile.go refactor: support modified config and args in mage. (#3466) 1 month ago
magefile_unix.go build: update kubernetes deployment Run. (#2919) 9 months ago
magefile_windows.go refactor: 3.7.0 code conventions. (#2148) 1 year ago
start-config.yml feat: support distributed lock in crontask. (#3401) 3 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

This software is licensed under the Apache License 2.0

🔮 Thanks to our contributors!