{"id":20986324,"url":"https://github.com/dheovani/tcpsocket","last_synced_at":"2025-07-21T08:33:00.905Z","repository":{"id":229255119,"uuid":"776252140","full_name":"Dheovani/TCPSocket","owner":"Dheovani","description":"TCP socket in C","archived":false,"fork":false,"pushed_at":"2024-03-23T10:59:03.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T11:23:49.767Z","etag":null,"topics":["c","c-socket","clan","socket","socket-communication","socket-programming"],"latest_commit_sha":null,"homepage":"","language":"C","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/Dheovani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-03-23T02:06:13.000Z","updated_at":"2024-03-23T02:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"86603854-d456-47df-979e-35a721da73b9","html_url":"https://github.com/Dheovani/TCPSocket","commit_stats":null,"previous_names":["dheovani/tcpsocket"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dheovani/TCPSocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FTCPSocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FTCPSocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FTCPSocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FTCPSocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dheovani","download_url":"https://codeload.github.com/Dheovani/TCPSocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dheovani%2FTCPSocket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267290,"owners_count":23902334,"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":["c","c-socket","clan","socket","socket-communication","socket-programming"],"created_at":"2024-11-19T06:13:04.767Z","updated_at":"2025-07-21T08:33:00.878Z","avatar_url":"https://github.com/Dheovani.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My TCP Socket in C\nThis is a simple example of a TCP server in C using the Winsock library on Windows.\n\n## What does it do?\n- Accepts client connections on a specific port\n- Receives messages from clients and prints them\n- Sends a fixed \"Hello, World!\" response message to clients\n\n## Try it out\n1. Clone this repository:\n```\ngit clone https://github.com/Dheovani/TCPSocket.git\n```\n2. Compile the source code:\n    - Open the command prompt\n    - Navigate to the project directory\n    - Run the compilation command, for example:\n```\ngcc main.c -o socket.exe -lws2_32\n```\n3. Run the server\n4. Connect to the server using a TCP client, such as your internet browser:\n\n![Hello, World!](https://github.com/Dheovani/TCPSocket/assets/79609196/e62d979c-9ecc-4181-a0ab-4bd09bbbe271)\n\n## License\nThis project is licensed under the [MIT License](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheovani%2Ftcpsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdheovani%2Ftcpsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdheovani%2Ftcpsocket/lists"}