Building reactive applications using WebSocket

Using WebSocket is a great way of creating decoupled communication channels for your applications. Doing so asynchronously is even better and cooler for non-blocking features.

This recipe shows you how to use it.