I am trying another method of communication Cliente-Servidor
, I have researched about it and there is WebSocket
that would be a bidirectional communication channel (between cliente-servidor
), I was using retrofit
, I would like to know if using WebSocket
should I stop using retrofit
methods, or do both work hand in hand? Or should you simply work WebSocket
with Apache
? Any help on how these methods are implemented?