{"id":15014220,"url":"https://github.com/anuragsoni/fiber","last_synced_at":"2025-04-12T07:43:37.919Z","repository":{"id":249527351,"uuid":"830276538","full_name":"anuragsoni/fiber","owner":"anuragsoni","description":"Asynchronous HTTP toolkit for Kotlin + JVM","archived":false,"fork":false,"pushed_at":"2024-08-07T02:33:11.000Z","size":97,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T07:43:36.457Z","etag":null,"topics":["http11","kotlin","kotlin-coroutines","netty"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anuragsoni.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T00:57:54.000Z","updated_at":"2024-12-23T03:20:34.000Z","dependencies_parsed_at":"2024-08-07T06:39:36.365Z","dependency_job_id":null,"html_url":"https://github.com/anuragsoni/fiber","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"ca9791630284515238d92cab23e7b72353cba1bf"},"previous_names":["anuragsoni/fiber"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragsoni%2Ffiber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragsoni%2Ffiber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragsoni%2Ffiber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragsoni%2Ffiber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuragsoni","download_url":"https://codeload.github.com/anuragsoni/fiber/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248536978,"owners_count":21120684,"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":["http11","kotlin","kotlin-coroutines","netty"],"created_at":"2024-09-24T19:45:20.503Z","updated_at":"2025-04-12T07:43:37.893Z","avatar_url":"https://github.com/anuragsoni.png","language":"Kotlin","readme":"# Fiber\n\nFiber is an asynchronous HTTP toolkit for Kotlin that is built on top of coroutines and [Vert.x](https://vertx.io).\n\n\u003e [!CAUTION]\n\u003e The library is in a POC stage so far. This is good for browsing/experimenting but is not ready for real-world use.\n\n## Server Example\n\n```kotlin\nimport com.sonianurag.fiber.Http\nimport com.sonianurag.fiber.toBody\nimport java.net.InetSocketAddress\nimport kotlinx.coroutines.runBlocking\n\nfun main() {\n    runBlocking {\n        val server =\n            createHttpServer(InetSocketAddress(\"localhost\", 8080)) { respond(\"Hello World\".toBody()) }\n        server.closed().await()\n    }\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuragsoni%2Ffiber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuragsoni%2Ffiber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuragsoni%2Ffiber/lists"}