Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erfaniaa/ap-messenger
- Owner: Erfaniaa
- License: gpl-3.0
- Created: 2018-06-18T22:39:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:13:10.000Z (about 1 year ago)
- Last Synced: 2024-10-13T20:42:07.346Z (3 months ago)
- Topics: java, javafx, oop, sockets
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.