Currently the client and the server only send and receive a string, the server parses these strings as commands. The task is to create a data transfer object (DTO) with a well defined and flexible structure to communication between client and server via websockets
Currently the client and the server only send and receive a string, the server parses these strings as commands. The task is to create a data transfer object (DTO) with a well defined and flexible structure to communication between client and server via websockets