Nodejs
Nodejs components
Component Name
Descriptions
lodash
make it easier working with arrays, numbers, objects, strings, etc.
Example: https://github.com/gabepublic/api-graphql-js-file-01 ; see resolver.js
nodemon
automatically restarting the node application when file changes in the directory are detected
Example: https://github.com/gabepublic/api-graphql-js-file-01 ; see package.json
notrealdb
A "fake" database for Node.js that stores data in local JSON files, for testing and sample applications. Example: https://www.tutorialspoint.com/graphql/graphql_environment_setup.htm
prism
an open-source mock server that reads in an OpenAPI definition and serves up responses that fit the shape of the data Go to: mock server
Last updated