Dashboard
Enhance your FauxRPC experience with the interactive dashboard, providing real-time insights into your server’s operations.
To enable the dashboard, simply start FauxRPC with the --dashboard
option:
fauxrpc run --schema=service.binpb --dashboard
Access the dashboard in your browser at http://127.0.0.1:6660/fauxrpc
.
The dashboard provides:
- 📊 Summary: View overall server statistics.
- 📜 Request Log: Live stream of all incoming requests.
- 📁 Schema Browser: Explore all Protobuf schemas loaded into the server. For more details on defining inputs, refer to the Inputs page.
- 🔌 Stubs: Manage and view details of registered stubs. Learn more about stubs on the Stubs page.
- 📚 API Documentation: Access auto-generated API documentation.