Get the latest tech news
Socketcluster: Highly scalable pub/sub and RPC SDK
Highly scalable pub/sub and RPC SDK optimized for async/await
You can perform asynchronous operations anywhere along a socket's inbound or outbound stream without disrupting the message processing order. Awaiting for asynchronous actions along a socket's inbound or outbout streams can cause messages to pile up. Event listener callbacks are not required; this solves many problems related to code readability and maintainability.
Or read this on Hacker News