{"id":19003777,"url":"https://github.com/anzo52/javatcp","last_synced_at":"2025-08-21T18:18:09.535Z","repository":{"id":40521599,"uuid":"485894385","full_name":"Anzo52/JavaTCP","owner":"Anzo52","description":"Siomple TCP server and client written in Java","archived":false,"fork":false,"pushed_at":"2022-06-06T10:52:38.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-01T19:13:38.733Z","etag":null,"topics":["client","java","java-client","java-client-server","java-server","server","tcp","tcp-client","tcp-client-server","tcp-server","transfer-protocol"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anzo52.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}},"created_at":"2022-04-26T17:59:27.000Z","updated_at":"2023-03-04T01:52:07.000Z","dependencies_parsed_at":"2022-08-09T22:30:45.462Z","dependency_job_id":null,"html_url":"https://github.com/Anzo52/JavaTCP","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/Anzo52%2FJavaTCP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anzo52%2FJavaTCP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anzo52%2FJavaTCP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anzo52%2FJavaTCP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anzo52","download_url":"https://codeload.github.com/Anzo52/JavaTCP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027414,"owners_count":19736210,"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":["client","java","java-client","java-client-server","java-server","server","tcp","tcp-client","tcp-client-server","tcp-server","transfer-protocol"],"created_at":"2024-11-08T18:20:15.380Z","updated_at":"2025-02-21T13:45:22.228Z","avatar_url":"https://github.com/Anzo52.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaTCP\nSimple TCP server and client written in Java.\n\n## Usage notes\nTo run, compile both of them. Then first run the server application and then run the Client application.\n```\n$ javac TCPServer.java TCPClient.java\n$ java TCPServer\nServer started\nWaiting for a client...\n```\nOpen a separate terminal:\n```\n$ java TCPClient\nConnected\n```\nThe server terminal will print:\n```\nClient accepted\n```\nOnce connection is established, you can send a message.\nTo end connection type ```Over```\nExample:\n```\nHello world!\nGoodnight moon!\nOver\n```\nYou'll then get:\n```Closing Connection```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzo52%2Fjavatcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanzo52%2Fjavatcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzo52%2Fjavatcp/lists"}