{"id":20566270,"url":"https://github.com/telkomdev/poppy","last_synced_at":"2025-08-13T15:47:54.246Z","repository":{"id":37262113,"uuid":"212237035","full_name":"telkomdev/Poppy","owner":"telkomdev","description":"Concurrent TCP Server with Kotlin and Coroutines","archived":false,"fork":false,"pushed_at":"2022-06-20T22:43:18.000Z","size":702,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T20:19:08.090Z","etag":null,"topics":["kotlin","tcp","tcp-server"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/telkomdev.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}},"created_at":"2019-10-02T02:04:53.000Z","updated_at":"2020-11-21T01:21:25.000Z","dependencies_parsed_at":"2022-08-29T04:50:49.634Z","dependency_job_id":null,"html_url":"https://github.com/telkomdev/Poppy","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/telkomdev%2FPoppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2FPoppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2FPoppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2FPoppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telkomdev","download_url":"https://codeload.github.com/telkomdev/Poppy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242179259,"owners_count":20084940,"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":["kotlin","tcp","tcp-server"],"created_at":"2024-11-16T04:40:50.830Z","updated_at":"2025-03-06T08:47:19.686Z","avatar_url":"https://github.com/telkomdev.png","language":"Kotlin","readme":"### Concurrent TCP Server with Kotlin and Coroutines\n#### Getting started\n\n- clone project\n```shell\n$ git clone https://github.com/telkomdev/Poppy.git\n```\n\n- build and download dependencies\n```shell\n$ mvn clean package\n```\n\n- Run \n```shell\n$ PORT=9000 QUEUE_SIZE=100 java -jar target/Poppy-1.0-SNAPSHOT-jar-with-dependencies.jar\n```\n\n- Client using `nc`\n```shell\n$ nc localhost 9000\n$ hello\n```\n\n### Docker\n```\n$ make build\n```\n\nRun\n```\n$ docker run --rm -p 9000:9000 --env PORT=9000 --env QUEUE_SIZE=100 poppy\n```\n\nTest it\n```\n$ docker exec -it CONTAINER_ID nc localhost:9000\n$ hello\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelkomdev%2Fpoppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelkomdev%2Fpoppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelkomdev%2Fpoppy/lists"}