{"id":21629577,"url":"https://github.com/abrie/javachatgui","last_synced_at":"2026-04-28T13:38:22.642Z","repository":{"id":148468496,"uuid":"137389253","full_name":"abrie/JavaChatGUI","owner":"abrie","description":"Converting a CLI Java application to a JavaFX GUI.","archived":false,"fork":false,"pushed_at":"2022-05-17T07:42:55.000Z","size":540,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T23:27:15.853Z","etag":null,"topics":["nust","windhoek"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abrie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-06-14T17:33:59.000Z","updated_at":"2018-06-15T15:32:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"971c353e-2a9b-4044-b721-e888b5bd801d","html_url":"https://github.com/abrie/JavaChatGUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrie%2FJavaChatGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrie%2FJavaChatGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrie%2FJavaChatGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrie%2FJavaChatGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrie","download_url":"https://codeload.github.com/abrie/JavaChatGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244306506,"owners_count":20431833,"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","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":["nust","windhoek"],"created_at":"2024-11-25T02:08:06.031Z","updated_at":"2025-11-03T19:29:54.459Z","avatar_url":"https://github.com/abrie.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this?\n\nThis is a repository to document the enhancement of a Java socket chat application.\nThe original CLI code is taken from [this codejava.net page](http://www.codejava.net/java-se/networking/how-to-create-a-chat-console-application-in-java-using-socket). The original code is represented by the the first commit in this repository.\n\n# What is the enhancement?\nThe application has been enhanced with a JavaFX GUI.\n\n# How do I test this?\n\n- Clone the repository:\n`git clone https://github.com/abrie/JavaChatGUI.git`\n\n- Change into the repository directory, and build the components:\n`make all`\n\n- Start the server:\n`java server.ChatServer 9999`\n![Chat Server](/screenshots/server.png)\n\n- Open a new terminal window, change to the repository directory, and start the frontend:\n`java frontend.Frontend`\n![Frontend CLI](/screenshots/frontend-cli.png)\n\nThe frontend application will spawn a GUI window. Change the connect parameters to match your server configuration. Use the defaults if you followed the above directions. Now set a username, and click connect.\n![Frontend CLI](/screenshots/frontend-settings.png)\n\nIf successful, you'll see a chat window. If not, check the console window for an error message.\n\nLaunch additional instances using `java frontend.Frontend` to add more users. Other computers on the LAN may also connect, assuming you know the server machine's IP and have a suitable firewall configuration (left as an exercise to the reader.)\n\n![Frontend Chat](/screenshots/frontend-chat.png)\n\nTo disconnect, type 'quit' as a chat message.\n\nTo completely exit, either hit CTRL-C in the terminal window, close the chat window, or turn off your computer. ;)\n\n# Why was this made?\n\nThe reasons are vague and might never be satisfactorily explained.\n\nQuestions, email ***abrhie@gmail.com***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrie%2Fjavachatgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrie%2Fjavachatgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrie%2Fjavachatgui/lists"}