Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erfaniaa/ap-messenger

A chatting messenger, implemented with JavaFx
https://github.com/erfaniaa/ap-messenger

java javafx oop sockets

Last synced: about 2 months ago
JSON representation

A chatting messenger, implemented with JavaFx

Awesome Lists containing this project

README

        

# AP Messenger
> A chatting messenger, implemented with JavaFx (OOP practice for Advanced Programming Course)

## Development and Usage
1. Install Java and JavaFx.
2. Clone the repository.
3. Edit passwords.txt for defining some new users. In each line, username and password are separated by a space.
4. Open the project with Intellij Idea.
5. Run a server.
6. Run some clients and start chatting.