- Please checkout the report
- Generated using ab and 0x
- Client Requests data
- If data is not found in cache, then a request is sent, data saved in cache, and response is returned to client
- If data is present in cache, we fetch that data and return.
- Cache is refreshed after 500 seconds
1. npm run serve :- to run server
2. npm run flamegraph :- to generate flamegraph
3. npm run doc :- to generate docs
1. docker build -t $USERNAME/nodeapp1 .
2. docker run -p 8081:8080 -d $USERNAME/nodeapp1