I'm thinking about the best way to implement a client/server communication. The idea is quite simple: a client sends some message to the sever/or calls some method on a server side and receives back some response (a message).I'm thinking about the best way to implement a