© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Gautham
How do you comfort a JavaScript bug? You console it.. Hahaha...... Ok.
I really don't know what you mean by "Asynchronous API", are you talking about server push to clients?
So, I guess you should probably look into WebSockets, or Server-Sent Events
Keerthana Srinivasan
Technically social
Yes, the use-case is where if we don't have current data, the client registers a request and then we later serve that request. Essentially, a server deferred reply to the client.