{"id":22134162,"url":"https://github.com/sasmithx/chat_application_socket_progrmming","last_synced_at":"2025-07-25T20:31:57.557Z","repository":{"id":254282069,"uuid":"745054894","full_name":"sasmithx/Chat_Application_Socket_Progrmming","owner":"sasmithx","description":"This project is a simple chat application built using Java Socket programming. It features a client-server architecture, enabling real-time text and image communication between multiple clients. The application also includes an emoji picker, allowing users to send emojis in their chat messages.","archived":false,"fork":false,"pushed_at":"2024-08-22T14:28:33.000Z","size":1817,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T14:03:02.774Z","etag":null,"topics":["client-server","css","fxml","intellij-idea","java","javafx","maven","sdk","web-socket"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sasmithx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-18T14:56:34.000Z","updated_at":"2025-02-25T12:53:37.000Z","dependencies_parsed_at":"2024-08-22T14:29:16.258Z","dependency_job_id":"18a33282-ae5a-4efe-a1e0-5bd00470f3e1","html_url":"https://github.com/sasmithx/Chat_Application_Socket_Progrmming","commit_stats":null,"previous_names":["sasmithx/chat_application_socket_progrmming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sasmithx/Chat_Application_Socket_Progrmming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasmithx%2FChat_Application_Socket_Progrmming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasmithx%2FChat_Application_Socket_Progrmming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasmithx%2FChat_Application_Socket_Progrmming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasmithx%2FChat_Application_Socket_Progrmming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sasmithx","download_url":"https://codeload.github.com/sasmithx/Chat_Application_Socket_Progrmming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasmithx%2FChat_Application_Socket_Progrmming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267057168,"owners_count":24028790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client-server","css","fxml","intellij-idea","java","javafx","maven","sdk","web-socket"],"created_at":"2024-12-01T19:09:55.530Z","updated_at":"2025-07-25T20:31:57.147Z","avatar_url":"https://github.com/sasmithx.png","language":"Java","readme":"![Logo](https://github.com/sasmithx/Chat_Application_Socket_Progrmming/blob/master/src/main/resources/assests/Client-Server-Network-Model.jpg)\n\n# PLAY TECH PVT LTD.\n\nThis project is a simple chat application built using Java Socket programming. It features a client-server architecture, enabling real-time text and image communication between multiple clients. The application also includes an emoji picker, allowing users to send emojis in their chat messages.\n\n## Table of Contents\n\n- Features\n- Technologies Used\n- Setup\n- How to Run\n- Usage\n- Screenshots\n- Contributing\n- License\n- Contact\n\n## Features\n\n- Real-time text communication between clients.\n- Ability to send and receive images.\n- Emoji picker for sending emojis in chat.\n- User authentication based on a simple name validation.\n- Responsive and intuitive user interface.\n\n## Technologies Used\n\n- **Java:** Core programming language.\n- **JavaFX:** Used for the graphical user interface.\n- **Socket Programming:** Used for client-server communication.\n- **FXML:** For defining the UI layout.\n- **CSS:** For styling the UI components.\n\n## Setup\n\nTo set up the project locally, follow these steps:\n\n**1.** **Clone the repository:**\n```bash\nhttps://github.com/sasmithx/Chat_Application_Socket_Progrmming.git\n```\n**2.** **Import the project:**\n\n- Open your favorite IDE (like IntelliJ IDEA, Eclipse, or NetBeans).\n- Import the project as a Maven/Gradle project.\n- Ensure that the JavaFX library is properly configured in your IDE.\n\n**3.** **Configure JavaFX:**\n\n- Download JavaFX SDK if you haven't already.\n- Configure the JavaFX SDK path in your project settings.\n\n## How to Run\n\n**1.** **Run the Server:**\n\n- Run the Server.java file to start the server.\n- The server will start listening on port 5003 by default.\n\n\n**2.** **Run the Client:**\n\n- Run the ClientController.java file to start the client.\n- Enter your username in the login screen.\n- Start chatting with other connected clients.\n\n## Usage\n\n- **Login:** Enter a username (between 4 and 15 alphabetic characters) to join the chat.\n- **Send a Message:** Type your message in the input field and press enter or click the send button.\n- **Send an Image:** Click on the image icon to select and send an image.\n- **Send an Emoji:** Click on the emoji icon to select and send an emoji.\n- **Receive Messages:** All incoming messages, images, and emojis will be displayed in the chat window.\n\n## Screenshots\n\n\u003cimg src=\"https://github.com/sasmithx/Chat_Application_Socket_Progrmming/blob/master/src/main/resources/assests/Screenshots/Screenshot%202024-08-22%20184323.png\" width=\"600px\" height=\"auto\"\u003e\n\n\u003cimg src=\"https://github.com/sasmithx/Chat_Application_Socket_Progrmming/blob/master/src/main/resources/assests/Screenshots/Screenshot%202024-08-22%20184245.png\" width=\"600px\" height=\"auto\"\u003e\n\n## Contributing\n\nContributions are welcome! Please fork this repository and submit a pull request with your changes.\n\n\n## License\n\nThis project is licensed under the MIT License - see the [MIT License](LICENSE)  file for details.\n\n## \n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e \n\u003ca href=\"https://github.com/sasmithx\" target=\"_blank\"\u003e\u003cimg src = \"https://img.shields.io/badge/GitHub-000000?style=for-the-badge\u0026logo=github\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://git-scm.com/\" target=\"_blank\"\u003e\u003cimg src = \"https://img.shields.io/badge/Git-000000?style=for-the-badge\u0026logo=git\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://maven.apache.org/download.cgi\" target=\"_blank\"\u003e\u003cimg src = \"https://img.shields.io/badge/Maven-000000?style=for-the-badge\u0026logo=apachemaven\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.jetbrains.com/idea/download/?section=windows\" target=\"_blank\"\u003e\u003cimg src = \"https://img.shields.io/badge/intellij-000000?style=for-the-badge\u0026logo=intellijidea\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.asus.com/lk/\" target=\"_blank\"\u003e\u003cimg src = \"https://img.shields.io/badge/asus%20laptop-000000?style=for-the-badge\u0026logo=asus\u0026logoColor=white\"\n\u003ca href=\"https://ubuntu.com/\" target=\"_blank\"\u003e\u003cimg src = \"https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white\"\n                                                \n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u0026copy; 2024 Sasmith Manawadu\n\u003c/p\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsasmithx%2Fchat_application_socket_progrmming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsasmithx%2Fchat_application_socket_progrmming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsasmithx%2Fchat_application_socket_progrmming/lists"}