First rust project - JSON based tool for prototyping/mocking APIs
github.comยท6dยท
๐ŸงกSvelte
Preview
Report Post

RustyJSONServer

RustyJSONServer is a fast, flexible mock API server powered by JSON configuration and a lightweight scripting language (rjscript). It lets you build static or dynamic APIs without writing backend code โ€” perfect for prototyping, testing, and front-end development workflows.


๐Ÿš€ What it does

  • Create endpoints using a simple JSON config
  • Return static JSON or dynamic data via inline or external .rjscript files
  • Split large mock APIs into multiple files using nested configs
  • Reload automatically when config or script files change
  • Maintain state using a global in-memory cache
  • Maintain persistent data using the integrated database

Designed to simulate realistic API behavior with minimal setup.


๐Ÿ“ฆ Quick Example

``โ€ฆ

Similar Posts

Loading similar posts...