Handling REST API calls is a common thing in Android apps nowadays. Most developers will be familiar with libraries such as Retrofit, making our lives easier when it comes to consuming these APIs. Websockets on the other hand can be quite a hassle, but what if there’s a Retrofit equivalent for just that?
