Chat client
| Prev | Next |
Main steps
Review theory
Implement chat client
- Investigate package jtm.extra08
- If necessary, change value of static final int port = 7700 variable in ChatClient.java class and value of port key in src/resources/appplication.properties configuration file to different number e.g. 7701
- Implement ChatClient class to pass unit tests
| Prev | Next |


