currently i'm developing an android application. I would like to use sockets so the client can receive data from the server.
I read about the client-server pattern. For the client side i'm using the MVC pattern. The controllers communicate with the server.
On the server side im currently not using any pattern. I handle the connections in one class and the business logic in other classes.
My question is, what design pattern is correct practise for the server side?
Aucun commentaire:
Enregistrer un commentaire