{"id":22075953,"url":"https://github.com/sevdanurgenc/java-socket-programming","last_synced_at":"2026-04-30T18:31:51.469Z","repository":{"id":160098440,"uuid":"399947513","full_name":"SevdanurGENC/Java-Socket-Programming","owner":"SevdanurGENC","description":"Socket programming is a way of connecting two nodes on a network to communicate with each other.","archived":false,"fork":false,"pushed_at":"2021-08-25T20:33:09.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T20:13:37.735Z","etag":null,"topics":["java","socket-communication","socket-io","socket-programming"],"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/SevdanurGENC.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":"2021-08-25T20:20:53.000Z","updated_at":"2022-11-06T17:53:32.000Z","dependencies_parsed_at":"2023-05-03T12:22:10.100Z","dependency_job_id":null,"html_url":"https://github.com/SevdanurGENC/Java-Socket-Programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevdanurGENC/Java-Socket-Programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevdanurGENC%2FJava-Socket-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevdanurGENC%2FJava-Socket-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevdanurGENC%2FJava-Socket-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevdanurGENC%2FJava-Socket-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevdanurGENC","download_url":"https://codeload.github.com/SevdanurGENC/Java-Socket-Programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevdanurGENC%2FJava-Socket-Programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","socket-communication","socket-io","socket-programming"],"created_at":"2024-11-30T22:11:42.998Z","updated_at":"2026-04-30T18:31:51.454Z","avatar_url":"https://github.com/SevdanurGENC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java-Socket-Programming\n## Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.\n\n![image](https://user-images.githubusercontent.com/5441882/130860374-6177049a-1ed6-4730-809f-96e070dcf5db.png)\n\n## First, the server.java file is run. The console screen shows that the server is connected.\n\n![image](https://user-images.githubusercontent.com/5441882/130859245-f9218a68-ee5a-4700-a6c5-d85d8d94d0a9.png)\n\n## Then the client.java file is run. The console screen on the left shows that the client is connected. The console screen on the right belongs to the server. \n## We send the string value entered by the client to the server. After the string value received by the server is converted to uppercase letters, it sends a response to the client.\n\n\n![image](https://user-images.githubusercontent.com/5441882/130859335-400f1430-654e-43b9-8d66-7cf251c6eae6.png)\n\n## When \"end\" is entered, the connection with the server is interrupted. \n\n![image](https://user-images.githubusercontent.com/5441882/130859375-07bac113-7e6e-484a-8e17-2a143b971706.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevdanurgenc%2Fjava-socket-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevdanurgenc%2Fjava-socket-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevdanurgenc%2Fjava-socket-programming/lists"}