Chimera - a mock API server

:rocket: Just released Chimera v0.6.9 — a blazing-fast mock API server built with Axum!

:hammer_and_wrench: Features:

  • Serve mock APIs from JSON or CSV

  • HTTP and WebSocket support

  • Auto data generation from schema files

  • Sorting, pagination, latency simulation

  • Form submission, CORS control

  • Simple CLI with flags for full control

Built entirely in Rust for devs who want fast, realistic mock APIs without heavy setup.

:package: GitHub: https://github.com/AMS003010/Chimera
:books: Docs: https://chimera-docs.vercel.app

Would love to hear your thoughts or feedback :raising_hands:

2 Likes

I’m new to Rust so your code looks flawless for me. However from my other background, I would avoid hardcoded IP addresses in the code. You can also group used crates to make the code more compact.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.