{"id":18468490,"url":"https://github.com/dipankardas011/efficient-client-server","last_synced_at":"2026-04-24T12:04:55.035Z","repository":{"id":60347506,"uuid":"541923151","full_name":"dipankardas011/Efficient-client-server","owner":"dipankardas011","description":"Server and client communicate using least no. of bits","archived":false,"fork":false,"pushed_at":"2022-11-15T08:29:51.000Z","size":320,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T19:16:24.121Z","etag":null,"topics":["docker","golang","json-api","socket-programming"],"latest_commit_sha":null,"homepage":"https://effieicent-client-server.azurewebsites.net/","language":"Go","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/dipankardas011.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-09-27T05:48:52.000Z","updated_at":"2023-10-14T15:13:59.000Z","dependencies_parsed_at":"2023-01-23T05:46:10.740Z","dependency_job_id":null,"html_url":"https://github.com/dipankardas011/Efficient-client-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dipankardas011/Efficient-client-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipankardas011%2FEfficient-client-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipankardas011%2FEfficient-client-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipankardas011%2FEfficient-client-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipankardas011%2FEfficient-client-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dipankardas011","download_url":"https://codeload.github.com/dipankardas011/Efficient-client-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipankardas011%2FEfficient-client-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261314984,"owners_count":23140179,"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":["docker","golang","json-api","socket-programming"],"created_at":"2024-11-06T10:06:48.471Z","updated_at":"2026-04-24T12:04:49.996Z","avatar_url":"https://github.com/dipankardas011.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Efficient-client-server\n\nA Efficient way to communicate between client-server.\n\n[Link](https://effieicent-client-server.azurewebsites.net/)\n\n**Client-Server** denotes a relationship between cooperating programs in an application,composed of clients initiating requests for services and servers providing that function or service.Basically is a distributed application framework dividing tasks between servers and clients, which either reside in the same system or communicate through a computer network or the Internet.\n\n\u003e `Client` what requests a service or resource from server.The server can be located on or off premises.\n\n\u003e `Server` a computer program that provides service to another computer program and its users.\n\n## What is the need?\nEfficient meaning working in such a way that gets the response from server with **least amount of bandwidth requirement**.\n\n## How it accomplishes\nSimilarly this client server paradigm uses a bit encoding due to which message to be send between server and client reduces significantly. The client and server both uses a bit encoding technique by which messsage sent by client is encoded and sent to server, server decodes understands and again sends a response in encoded format then client recoving it decodes and displays the message to user\n\n## Architecture\n![image](https://user-images.githubusercontent.com/65275144/197322355-2cdbc655-2ad7-4987-abb4-2ecff90a1b9c.png)\n\n# Running Application\n![image](https://user-images.githubusercontent.com/65275144/197322418-3a48b8fc-723f-4b7c-b2fd-535a69f50ec5.png)\n\n## How to run\n\n```bash\ncd src\ndocker build -t eff-server-client . --no-cache\ndocker run --rm -d -p 80:80 eff-server-client\ndocker ps\n```\n# Access the CLient UI\n\nopen localhost:80\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdipankardas011%2Fefficient-client-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdipankardas011%2Fefficient-client-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdipankardas011%2Fefficient-client-server/lists"}