{"id":19656567,"url":"https://github.com/daggerok/kotlin-ktor","last_synced_at":"2026-04-05T08:32:41.961Z","repository":{"id":151041831,"uuid":"109591571","full_name":"daggerok/kotlin-ktor","owner":"daggerok","description":"This repository contaons kotlin ktor example","archived":false,"fork":false,"pushed_at":"2019-08-27T09:58:16.000Z","size":81,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:33:40.918Z","etag":null,"topics":["docker","docker-compose","gradle","kotlin","ktor","netty","shadow"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/daggerok.png","metadata":{"files":{"readme":"README.adoc","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-11-05T15:30:12.000Z","updated_at":"2022-05-20T09:48:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d02a0d1-839a-4271-9ce0-2e9bccba8234","html_url":"https://github.com/daggerok/kotlin-ktor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/kotlin-ktor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fkotlin-ktor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fkotlin-ktor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fkotlin-ktor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fkotlin-ktor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/kotlin-ktor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fkotlin-ktor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","docker-compose","gradle","kotlin","ktor","netty","shadow"],"created_at":"2024-11-11T15:28:09.965Z","updated_at":"2026-04-05T08:32:41.932Z","avatar_url":"https://github.com/daggerok.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"= ktor image:https://travis-ci.org/daggerok/kotlin-ktor.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/daggerok/kotlin-ktor\"]\n\nThis repo contains yet another light web framework for kotlin\n\n.rest api\n[source,bash]\n----\nhttp :8080\n\n{\n    \"message\": \"hello!\"\n}\n----\n\n.docker-compose\n[source,bash]\n----\nbash gradlew build\ndocker-compose up\n# query rest api...\ndocker-compose down -v\n----\n\n.docker\n[source,bash]\n----\nbash gradlew build\ndocker build -t ktor .\ndocker run --rm --name ktor -p 8080:8080 ktor\njava -jar build/libs/*.jar\n----\n\n.build and run (gradle shadow plugin)\n[source,bash]\n----\nbash gradlew build\nava -jar build/libs/*.jar\n----\n\n.quickstart (application plugin)\n[source,bash]\n----\nbash gradlew run\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fkotlin-ktor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fkotlin-ktor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fkotlin-ktor/lists"}