中文: README_ZH.md
-
Prerequisites
Make sure Node.js (v16+), npm, MySQL (5.7+), and Redis (4.0+) are installed.
-
Clone the repository:
git clone https://github.com/tl-open-source/tl-rtc-app.git
-
Enter the project directory:
cd tl-rtc-app
-
Install dependencies:
npm install
-
Install pm2 globally:
npm install pm2 -g
-
Start the service:
npm run http
Or (for audio/video, screen sharing, live streaming, etc.):
npm run https
-
Build frontend resources:
gulp default
-
Open your browser and visit
http://localhost:9096
(by default). -
Manage IM applications through the admin panel at
http://localhost:9098/system.html
(by default).
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.
For more details, please refer to the DISCLAIMER file.