expman-server 0.2.2

Web server and dashboard for expman
docs.rs failed to build expman-server-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: expman-server-0.3.9

ExpMan Server

Overview

The expman-server crate implements the backend server for the ExpMan web dashboard. It provides a RESTful API for interacting with experiment data and serves the frontend application.

Key Features

  • REST API: Exposes endpoints for creating, retrieving, and updating experiments.
  • WebSocket Support: Enables real-time updates for experiment monitoring.
  • Static File Serving: Serves the compiled frontend assets.
  • Database Integration: Connects to the experiment database (SQLite/Parquet).

Usage

To start the server, use the expman-cli tool:

expman serve

API Documentation

For detailed API documentation, run cargo doc --open.