routa-server 0.15.3

Routa.js HTTP Server — axum adapter on top of routa-core
Documentation

Routa Server — HTTP adapter for the Routa.js platform.

This crate provides the HTTP/REST layer (via axum) on top of routa-core. It re-exports all core modules so downstream consumers that only need the server can depend on this single crate.

Architecture

routa-core    (domain: models, stores, state, protocols, RPC)
     ↑
routa-server  (adapter: HTTP/axum, this crate)