Skip to content

mo3et/open-im-server

This branch is 6 commits behind openimsdk/open-im-server:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 13, 2025
Jan 21, 2024
Dec 13, 2024
Feb 14, 2025
Mar 14, 2025
Dec 26, 2024
Nov 19, 2024
Mar 14, 2025
Mar 14, 2025
Nov 18, 2024
Mar 5, 2025
Mar 5, 2025
Nov 25, 2024
Apr 24, 2024
Jan 17, 2025
Apr 22, 2024
Jul 16, 2024
Aug 12, 2024
Jul 10, 2023
Nov 5, 2023
Aug 21, 2024
Aug 21, 2024
Dec 7, 2024
Feb 4, 2025
Feb 5, 2025
Jul 24, 2024
Apr 19, 2024
Apr 24, 2024
Jan 17, 2025
Mar 5, 2025
Mar 5, 2025
Feb 27, 2024
Dec 7, 2024
Dec 13, 2024
Apr 19, 2024
Sep 12, 2024

Repository files navigation

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

🔗 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

For more details, please refer to here.

🔮 Thanks to our contributors!

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.2%
  • Shell 1.5%
  • Dockerfile 1.3%