aidenup / open-im-h5

Home Page:https://open-im-h5.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenIM H5 Demo ๐Ÿ’ฌ๐Ÿ’ป

OpenIM Docs โ€ข OpenIM Server โ€ข openim-sdk-wasm โ€ข openim-sdk-core


OpenIM H5 Demo is an open-source instant messaging application built on OpenIM SDK Wasm, OpenIM Server, and H5. It demonstrates how to quickly integrate instant messaging capabilities into any web app using OpenIM.

Tech Stack ๐Ÿ› ๏ธ

Live Demo ๐ŸŒ

Give it a try at https://h5-enterprise.rentsoft.cn.

Dev Setup ๐Ÿ› ๏ธ

It is recommended to use version 16.x-18.x.

Follow these steps to set up a local development environment:

  1. Run npm install to install all dependencies.
  2. Modify the request address to your own OpenIM Server IP in the following files:

    Note: You need to deploy OpenIM Server first, the default port of OpenIM Server is 10001, 10002, 10008.

    • config/dev.env.ts

      CHAT_URL: "http://your-server-ip:10008",
      API_URL: "http://your-server-ip:10002",
      WS_URL: "ws://your-server-ip:10001",
  3. Run npm run dev to start the development server. Visit http://localhost:3003 to see the result. An Electron application will be launched by default.
  4. Start development! ๐ŸŽ‰

Build ๐Ÿš€

  1. Run the following command to build the web application:
npm run build
  1. The build result will be located in the dist folder.

Community ๐Ÿ‘ฅ

Community Meetings ๐Ÿ“†

We want anyone to get involved in our community and contributing code, we offer gifts and rewards, and we welcome you to join us every Thursday night.

Our conference is in the OpenIM Slack ๐ŸŽฏ, then you can search the Open-IM-Server pipeline to join

We take notes of each biweekly meeting in GitHub discussions, Our historical meeting notes, as well as replays of the meetings are available at Google Docs ๐Ÿ“‘.

Who are using OpenIM ๐Ÿ‘€

Check out our user case studies page for a list of the project users. Don't hesitate to leave a ๐Ÿ“comment and share your use case.

License ๐Ÿ“„

OpenIM is licensed under the Apache 2.0 license. See LICENSE for the full license text.

About

https://open-im-h5.vercel.app

License:GNU General Public License v3.0


Languages

Language:SCSS 57.3%Language:HTML 17.3%Language:Vue 17.1%Language:JavaScript 8.3%