typicode / json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)
Other
72.82k stars 7.02k forks source link

What is the difference between json-server and 'real' API Server #1262

Open bashsgfehd opened 3 years ago

bashsgfehd commented 3 years ago

This project provide the full restful api and I can add my own middleware for authentication or other logic. So Why I need use the "Real" API Server ? What is the difference? Performance?

zShanCS commented 3 years ago

you can also deploy this 'fake' API. http://jsonplaceholder.typicode.com/ is a great example. And we consider that a 'real' api. so i guess there isnt much difference

jellehak commented 2 years ago

closed issue ?