Skip to content

tl-open-source/tl-rtc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92efa2b · Feb 12, 2025

History

4 Commits
Feb 7, 2025
Feb 7, 2025
Feb 12, 2025
Feb 7, 2025
Feb 12, 2025
Feb 3, 2024
Feb 12, 2025
Feb 12, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025

Repository files navigation

TL-RTC-APP Logo

Preview

homepage

Prerequisites

  1. Install Node.js environment

  2. Install MySQL environment

  3. Install Redis environment

Installation Steps

  1. Clone the repository:

    git clone https://github.com/tl-open-source/tl-rtc-app.git
  2. Navigate to the project directory:

    cd tl-rtc-app
  3. Install dependencies:

    npm install

Usage Instructions

  1. Start the application - Api

    npm run http-api
    
    or
    
    npm run https-api
  2. Start the application - Socket

    npm run http-socket
    
    or
    
    npm run https-socket
  3. Open your browser and visit http://localhost:9096.

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.