Files
revanced-bots/apis/websocket/docs/README.md
2024-06-24 18:23:14 +07:00

17 lines
597 B
Markdown
Executable File

# 🚙 ReVanced Bot WebSocket API
This documentation explains how the server works, how to start developing, and how to configure the server.
## 📖 Table of contents
0. [🏗️ Setting up the development environment](./0_development_environment.md)
1. [⚙️ Configuration](./1_configuration.md)
2. [🏃🏻‍♂️ Running the server](./2_running.md)
3. [📨 Packets](./3_packets.md)
## ⏭️ Start here
The next page will tell you how to set up the development environment.
Continue: [🏗️ Setting up the development environment](./0_development_environment.md)