API mokka
apimock-rs (API mock) based visual mocking helper to handle HTTP/JSON req/res written in Rust.
🛠️ App overhaul announcement
⚠️ Major update in development (apimock-rs, the core lib, v4)
apimock-rs, the core lib, v4 introduces a fundamental shift in design. Existing configuration files will no longer work as-is. Some features will be deprecated. In return: cleaner configs, dynamic resolution, and better extensibility.
Summary
Mock with mokka ☕️🌄
📖 Docs around server Configure, and examples
Features
- GUI but lightweight as feather
- Intutive terminal and productive tabs
- Built as native and supports cross-platform
Usage
Executable
Assets in Releases offer executables for multiple platforms.
# at startup, option to generate app default config and middleware files is available:
Asset includes default config file as an example.
cargo install
Screenshot

Binding for Node.js
Cross-platform supporting packages are available via npm install.
Development
Acknowledgements
Depends on apimock-rs and FLTK / fltk-rs. napi-rs for binding for Node.js.