Henry Ma's Website

Json server

06 Jan 2019 - Henry Ma

JSON-Server: Get a full fake REST API with zero coding in less than 30 seconds (seriously)

:seedling: Free - Pay via Sponsorship

Created with <3 for front-end developers who need a quick back-end for prototyping and mocking. :rocket:

JSON Server

:warning: For Real Production

  • The focus on prototyping and mocking may implies that it’s not tuned for serious production.
  • Based on the latest version(0.14.2 - 2018.12.27), cli uses FileASync adapter, while server seems like only exposes FileSync, and the lowdb which is the storage backend suggests FileAsync adapter for concurrency which is reasonable for real production.
  • If you really use it for real production, you may end up doing custom programming, which sometimes involves working with the underlying lowdb.

:whale: This is part of the A Search For JSON Storage as a Service.