即时通讯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 c581d43f17
refactor: improve db structure in `storage/controller` (#2604)
1 year ago
.github Fix: solve conversation blocking in private chat when non friendship. (#2542) 1 year ago
CHANGELOG/.chglog merge 1 year ago
assets feat: Enhance Script Details and Add MacOS Compatibility with Documentation Updates (#1794) 2 years ago
build refactor: 3.7.0 code conventions. (#2148) 1 year ago
cmd feat: new features merged (#2409) 1 year ago
config feat: add long time push msg in prometheus (#2584) 1 year ago
deployments merge: fix some typos in comments 1 year ago
docs docs: fix english typo (#2432) 1 year ago
internal refactor: improve db structure in `storage/controller` (#2604) 1 year ago
pkg refactor: improve db structure in `storage/controller` (#2604) 1 year ago
scripts Add a retry mechanism to mongo init (#2328) 1 year ago
test refactor: db refactor and cache key add. (#2320) 1 year ago
tools fix:doPut error (#2495) 1 year ago
version feat: update webhookBeforeMemberJoinGroup to batch method. (#2459) 1 year ago
.dockerignore 3.6.1 code conventions (#2202) 1 year ago
.env feat: update web front images (#2487) 1 year ago
.gitattributes remove \r 1 year ago
.gitignore feat: new features merged (#2409) 1 year ago
.golangci.yml refactor: refactor workflows structure. (#2511) 1 year 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 update gomake version (#2386) 1 year ago
LICENSE v3 - main to cut out 2 years ago
README.md docs: fix english typo (#2432) 1 year ago
README_zh_CN.md docs: fix english typo (#2432) 1 year 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 Fix config (#2541) 1 year ago
go.mod feat: implement request batch count limit. (#2591) 1 year ago
go.sum feat: implement request batch count limit. (#2591) 1 year ago
install.sh fix: reconstruct the script of 'make start' 'make stop' and 'make check' (#1953) 2 years ago
magefile.go Skip minio check (#2281) 1 year ago
magefile_unix.go refactor: 3.7.0 code conventions. (#2148) 1 year ago
magefile_windows.go refactor: 3.7.0 code conventions. (#2148) 1 year ago
start-config.yml Fix push (#2559) 1 year 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!