LoginSignup
6
8

More than 5 years have passed since last update.

[メモ]node製REST APIモックツール

Posted at

試してみたのは2つ

json-server

  • json-serverの方がお手軽
  • POSTしたデータはjsonファイルに追記される
  • 好きなタイミングでjsonのスナップショットがとれる
  • json-serverを利用したサービス、JSONPlaceholder も便利

node-easymock

  • node-easymockの方が高機能
  • エラーのシミュレーション
  • ログがとれる
  • レスポンスヘッダが指定できる
  • ドキュメントが出力できる
6
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
8