I'm developing an app with node JS, the app generates a report calling the endpoint api.example.com/generate-report
But this report takes around 1 minute on be generated, then I want to implement something like this:
- User click on generate report
- System return response {generating:"ok"}
- After the system generate the report send a notification (this I what I know how to do)
- User get the report
Is this possible with nodejs?
via Ismael Martinez
No comments:
Post a Comment