Proxy Example
This article shares an example application using Proxy.
Quick Start
Project Acquisition
This example project is hosted on GitHub. You can obtain it via:
Project Address: app-proxy
# Clone project locally
git clone https://github.com/GMSSH/app-proxy.git
# Enter project directory
cd app-proxyEnvironment Requirements
- Node.js >= 18.2.0 (Recommended)
- pnpm >= 7.0.0 (Recommended) or npm >= 8.0.0
Installation and Running
# Install project dependencies
pnpm install
# Start development server
pnpm run dev
# Build production version
pnpm run buildRunning Result
After successful startup, you will see the following interface:

Warning
Important Note: To see the complete data display effect, you need to open this project in the GMSSH devtools application environment.
