Skip to content

Examples & Polyglot Monorepo Starters

Explore production-grade starter templates included in the Fish workspace.

Available Examples

  1. examples/polyglot-demo: Polyglot web stack with Rust TCP backend, Go service, TypeScript frontend, and Docker Compose.
  2. examples/ai-microservices: AI inference pipeline combining Rust fast tokenizer, Python FastAPI inference engine, and Go API reverse proxy.
  3. examples/fullstack-wasm: High-performance browser application using Rust WebAssembly core, TypeScript client, and C++ native compute accelerator.

Running Examples

bash
cd examples/ai-microservices
fish build
fish test