Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Node.js APIs and load

Not applicable

My team is currently working on a way to quickly mock up a large number of APIs (>50) for use in proof of concept type applications. We want to be able to build these using only a JSON file containing data in the correct structure as input. We are planning to use json-server (https://github.com/typicode/json-server) and push a simple server out to Edge. After we will use a script we wrote to generate the documentation.

As these APIs would begin being hit we are curious whether there will be any load issues with a potentially large number of node servers being spun up all at once. Could this approach be taken to production?

Can anyone validate this approach or if it won't work suggest another one?

0 5 369
5 REPLIES 5
Top Solution Authors