Skip to content

richarlie4GH/tl-rtc-app

 
 

Repository files navigation

TL-RTC-APP Logo

TL-RTC-APP Channel Chat

Installation Steps

  1. Clone the repository:

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

    cd tl-rtc-app
  3. Install dependencies:

    npm install
  4. Install pm2 globally:

    npm install pm2 -g
  5. Start the super admin API service:

    pm2 start npm --name=tl-rtc-app-super-api -- run http-super-api

    or

    pm2 start npm --name=tl-rtc-app-super-api -- run https-super-api
  6. Start the API service:

    pm2 start npm --name=tl-rtc-app-api -- run http-api

    or

    pm2 start npm --name=tl-rtc-app-api -- run https-api
  7. Start the Socket service:

    pm2 start npm --name=tl-rtc-app-socket -- run http-socket

    or

    pm2 start npm --name=tl-rtc-app-socket -- run https-socket

Usage

  1. Open your browser and visit http://localhost:9096 (default).

  2. Use the admin panel for managing the IM application at http://localhost:9098 (default).

License

This project is licensed under the MIT License. For more information, please refer to the LICENSE file.

Disclaimer

For more details, please refer to the DISCLAIMER file.

About

tl-rtc-app (IM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • HTML 17.1%
  • CSS 8.8%