README.md
June 13, 2025 · View on GitHub
中文: README_ZH.md
Installation Steps
-
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 httpOr (for audio/video, screen sharing, live streaming, etc.):
npm run https -
Build frontend resources:
gulp default
Usage Instructions
-
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).
License
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.
Disclaimer
For more details, please refer to the DISCLAIMER file.