{"id":19351293,"url":"https://github.com/jppgks/http-client-server","last_synced_at":"2025-04-23T07:31:02.249Z","repository":{"id":88272436,"uuid":"84060726","full_name":"jppgks/http-client-server","owner":"jppgks","description":"Client and server implementation of the Hypertext Transfer Protocol (HTTP) using Java Sockets","archived":false,"fork":false,"pushed_at":"2017-04-21T14:19:44.000Z","size":1137,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T09:44:56.236Z","etag":null,"topics":["http","http-client","http-server","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jppgks.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":"2017-03-06T10:33:38.000Z","updated_at":"2023-01-06T16:05:12.000Z","dependencies_parsed_at":"2023-06-13T01:45:33.126Z","dependency_job_id":null,"html_url":"https://github.com/jppgks/http-client-server","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/jppgks%2Fhttp-client-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jppgks%2Fhttp-client-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jppgks%2Fhttp-client-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jppgks%2Fhttp-client-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jppgks","download_url":"https://codeload.github.com/jppgks/http-client-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250391104,"owners_count":21422844,"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":["http","http-client","http-server","socket-programming"],"created_at":"2024-11-10T04:35:53.160Z","updated_at":"2025-04-23T07:31:02.234Z","avatar_url":"https://github.com/jppgks.png","language":"Java","readme":"# HTTP Client and Server [![Build Status](https://travis-ci.com/jppgks/http-client-server.svg?token=PY7TMg87v7PquV1Ujqhf\u0026branch=master)](https://travis-ci.com/jppgks/http-client-server)\nClient and server implementation of the Hypertext Transfer Protocol (HTTP) using Java Sockets.\n\nWritten by [@StijnCaerts](https://github.com/StijnCaerts) and [@jppgks](https://github.com/jppgks) for the second assignment of [Computer Networks](https://onderwijsaanbod.kuleuven.be/syllabi/e/G0Q43AE.htm#activetab=doelstellingen_idp535264) \nto learn Socket programming and get familiarized with the basics of distributed programming.\n\n## Run server\n```shell\n# 🐳  Pulls image, then runs server publishing port 8080 on localhost\ndocker run --name \"bernard\" -d -p 8080:8080 jppgks/http-server\n```\n\nInteract with the server at `localhost:8080`! 🎉\n\n## Run client\n```shell\n# Modify arguments (method, host, port) as you see fit\ndocker run -it \\\n       --network container:\"bernard\" \\\n       jppgks/http-client \\\n       -Pmethod=\"GET\" -Phost=\"localhost\" -Pport=\"8080\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjppgks%2Fhttp-client-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjppgks%2Fhttp-client-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjppgks%2Fhttp-client-server/lists"}