iamjerrchen / p2p_messaging_network

0 stars 0 forks source link

Implement an interface between client and server #3

Closed iamjerrchen closed 6 years ago

iamjerrchen commented 6 years ago

This interaction between client and server will be for a local client and local server. Specifically, we will need to implement some sort of communication to send the server commands. This communication will most likely be socket communication since arguments should be passed with the command.

tdh911 commented 6 years ago

Starting

tdh911 commented 6 years ago

Fin