created by: https://github.com/thatbackendguy/
- Run server
java BootStrap server
- Run client
java BootStrap client
Note: If running the server and client on different machines, add the
config.json
file where the program is being executed.{ "HOST": "<IP of server>", "PORT": "<port>" }