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