json-server icon indicating copy to clipboard operation
json-server copied to clipboard

Add a flag for add delay to response

Open mohsen12999 opened this issue 11 months ago • 2 comments

it's good to add a new feature for making some delay in response. it helps to simulate a slow server or making loading animation.

for example make 500 ms delay with this command:

json-server --delay 500

mohsen12999 avatar Nov 14 '24 12:11 mohsen12999