UMM-CSci-Systems / Echo-client-server

Echo client-server lab using sockets in Java
MIT License
0 stars 1 forks source link

Move port number to a properties file #3

Open NicMcPhee opened 4 years ago

NicMcPhee commented 4 years ago

The port numbers are totally exposed at the moment, which isn't a huge deal but is annoying. To really fix this we need to move those to a properties file, or an environment variable.

The property handling code in the RPC lab might be useful here.