Skip to content

venkateshgiri/Webhooks-Memoization-for-node-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Request-optimization-by-memoization - August 2018

Backend engineers are much familiar with the term Webhooks. Webhooks are a way for apps to communicate between them automatically.The main aim of this project is to memoize the webhooks request. Certain application can send the same webhooks request multiple number times. It's not an ideal way to let the API process the same webhooks data again and again. The above code memoize's the webhooks request and prevents the API from processing same data. We also have an additional option to customize the memoization time.

Languages: Lodash, Javascript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published