{"id":31701904,"url":"https://github.com/getlantern/serveme","last_synced_at":"2025-10-08T21:09:59.927Z","repository":{"id":23732745,"uuid":"27106219","full_name":"getlantern/serveme","owner":"getlantern","description":"Go library for client-server TCP communication in which the server dials the client","archived":false,"fork":false,"pushed_at":"2018-03-02T17:41:20.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-15T03:25:50.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/getlantern.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":"2014-11-25T02:52:04.000Z","updated_at":"2023-01-31T20:40:59.000Z","dependencies_parsed_at":"2022-08-18T21:42:55.768Z","dependency_job_id":null,"html_url":"https://github.com/getlantern/serveme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getlantern/serveme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlantern%2Fserveme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlantern%2Fserveme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlantern%2Fserveme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlantern%2Fserveme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlantern","download_url":"https://codeload.github.com/getlantern/serveme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlantern%2Fserveme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000716,"owners_count":26082837,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-08T21:09:56.975Z","updated_at":"2025-10-08T21:09:59.920Z","avatar_url":"https://github.com/getlantern.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"serveme [![Travis CI Status](https://travis-ci.org/getlantern/serveme.svg?branch=master)](https://travis-ci.org/getlantern/serveme)\u0026nbsp;[![Coverage Status](https://coveralls.io/repos/getlantern/serveme/badge.png)](https://coveralls.io/r/getlantern/serveme)\u0026nbsp;[![GoDoc](https://godoc.org/github.com/getlantern/serveme?status.png)](http://godoc.org/github.com/getlantern/serveme)\n==========\n```golang\n// package serveme implements a Dialer and a net.Listener that allow a client\n// and server to communicate by having the server contact the client rather than\n// the other way around. This is handy in situations where the client is\n// reachable using an IP and port, but the server isn't (for example if the\n// server is behind an impenetrable NAT).\n//\n// For this to work, the client and server must be able to communicate with each\n// other via a signaling channel. When the client wants to connect to the\n// server, it sends a message with the necessary connection information to the\n// server, which then connects to the client.\n//\n// Right now, serveme only supports TCP.\n```\n\nTo install:\n\n`go get github.com/getlantern/serveme`\n\nFor docs:\n\n`godoc github.com/getlantern/serveme`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlantern%2Fserveme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlantern%2Fserveme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlantern%2Fserveme/lists"}