Market Data Service is a high-performance financial data API that provides comprehensive Symbol prices of different markets through both RESTful endpoints and real-time WebSocket connections.
| 123456 |
- # Start Nginx proxy server
- Write-Host "Starting Nginx proxy server..." -ForegroundColor Green
- cd "nginx-1.24.0"
- Start-Process -FilePath ".\nginx.exe" -WorkingDirectory (Get-Location) -NoNewWindow
- Write-Host "Nginx started successfully!" -ForegroundColor Green
|