standalone

Dream Mock Server - Standalone Mode

Standalone entry point for running the mock server as an application.

This module provides the main entry point for running the mock server as a standalone application. For programmatic usage in tests, see the server module instead.

Usage

Run the server on port 3004:

gleam run -m standalone

The server will start and listen on http://localhost:3004/

Available Endpoints

Non-streaming endpoints:

Streaming endpoints:

Values

pub fn main() -> Nil
Search Document