A chatting messenger, implemented with JavaFx (OOP practice for Advanced Programming Course)
- Install Java and JavaFx.
- Clone the repository.
- Edit passwords.txt for defining some new users. In each line, username and password are separated by a space.
- Open the project with Intellij Idea.
- Run a server.
- Run some clients and start chatting.