showurl / Open-IM-PC-Web-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

可以免费商用,必须在app启动页加上 (由OpenIM提供技术支持)

OpenIM Web PC Demo

Notice: This repository is only support OpenIM Server v1.x. If you are using OpenIM Server v2.x,please go to here

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

Develop

  • Get dependencies from npm

    npm install 
  • Run and preview at local (web)

    npm run start:renderer
    
    
  • Run and preview at local (electron)

    npm run start:main
  • Build (web)

    npm run build:renderer
    
  • Build (electron)

    npm run build:main

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:Apache License 2.0


Languages

Language:TypeScript 87.9%Language:Less 10.8%Language:JavaScript 0.8%Language:HTML 0.4%Language:CSS 0.1%Language:Shell 0.0%