A distributed whiteboard application where multiple users can connect to the same whiteboard concurrently.
How to run:
- In the terminal, go into the src folder with the command "cd src"
- type: javac CreateWhiteBoard.java
- type: java CreateWhiteBoard
- eg. java CreateWhiteBoard 192.xxx.x.xx 1099 mmwuu
- repeat when joining with JoinWhiteBoard instead