Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.8 KB

File metadata and controls

77 lines (52 loc) · 1.8 KB

Pro Random Chat

ProRandomChat is a chat application. Online and suitable users will randomly connect to each other to chat, add friend, ...

The project was done by Bùi Thế Vĩnh Nguyên, in the course of Object Oriented Programming at ProPTIT.

Tech Stack

Installation

  • Clone the repo
  • Enter ProRandomChat folder.
  • Run Server.jar first
  • Run Application.jar for each user.

Demo

Demo video:

https://youtu.be/fZVCTERTjYk?si=9a7hu1h-TyfYEegJ

Images::

alt text alt text alt text alt text alt text alt text

Usage

  • Project Structure
├── src
│   ├── Controller
│   │   │   ├── LoginController.java
│   │   │   ├── MainController.java
│   │   │   ├── ChatTabController.java
│   │   │   ├── ProfileTabController.java
│   │   │   ├── SelfProfileController.java
│   │   │   ├── IOSystem.java
│   │   │   ├── UserManager.java
│   │   │   ├── ServerManager.java
│   ├── Model
│   │   │   ├── User.java
│   │   │   ├── ChatServer.java
│   │   │   ├── RequestFromUser.java
│   │   │   ├── ResponseFromServer.java
│   ├── AppStarter.java
│   ├── ServerStarter.java

UML

Class Diagram:

Alt text

Activity Diagram:

Alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT