mirror of
https://github.com/remnawave/panel.git
synced 2026-04-07 05:27:17 +00:00
1.4 KiB
1.4 KiB
sidebar_position, title
| sidebar_position | title |
|---|---|
| 3 | XTLS SDK |
import Admonition from '@theme/Admonition'; import { FaCheckCircle } from "react-icons/fa";
<Admonition type="tip" icon={} title="Official SDK"> This SDK is official and maintained by the Remnawave team.
@remnawave/xtls-sdk
@remnawave/xtls-sdk-nestjs
Remnawave XTLS SDK is a library for interacting with gRPC Xray API.
It can be used without any dependencies to Remnawave. There are also NestJS wrapper for this SDK.
Installation
npm install @remnawave/xtls-sdk
Usage
Remnawave Node is using XTLS-SDK for interacting with Xray core API.
Checkout repository for real world usage example.