personball / openim-h5-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenIM H5

Join Us

avatar

About us

Open im includes instant messaging and real-time audio and video server and client SDK, which realizes important features such as high performance, lightweight and easy expansion. By integrating open im components and privatizing the deployment server, developers can quickly integrate instant messaging and real-time audio and video interaction into their own applications free of charge, and ensure the security and privacy of business data.Click here to visit our official website to learn more about Open IM.

Getting Started

Environment

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

Develop

  • Get dependencies from npm

    npm install 
  • Run and preview at local

    npm run dev
  • Build

    you need update utils/open_im_sdk_wasm/api/database/instance.js wasm import path first.

    - SQL = await initSqlJs({ locateFile: () => '/sql-wasm.wasm' });
    + SQL = await initSqlJs({ locateFile: () => '../sql-wasm.wasm' });
    npm run build
    

Getting Help

The best way to interact with our team is through GitHub.You can open an issue with this.You can also find some Doc in Our Developer Guide or visit Our Community to raise a query.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 39.2%Language:TypeScript 35.9%Language:Vue 24.7%Language:SCSS 0.1%Language:HTML 0.1%