{"id":28576453,"url":"https://github.com/161chihuahuas/bulb","last_synced_at":"2026-01-20T16:52:58.244Z","repository":{"id":261156882,"uuid":"882887808","full_name":"161chihuahuas/bulb","owner":"161chihuahuas","description":"🧅 embedded tor for node.js","archived":false,"fork":false,"pushed_at":"2025-06-09T22:43:24.000Z","size":1134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T22:48:17.112Z","etag":null,"topics":["anonymity","hidden-services","nodejs","onion-service","privacy","tor"],"latest_commit_sha":null,"homepage":"http://chihuahua.rodeo/bulb/","language":"JavaScript","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/161chihuahuas.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-04T01:35:42.000Z","updated_at":"2025-06-09T22:43:28.000Z","dependencies_parsed_at":"2024-11-05T02:25:53.586Z","dependency_job_id":"d94db084-7af7-48d0-b96a-84618f28093b","html_url":"https://github.com/161chihuahuas/bulb","commit_stats":null,"previous_names":["tacticalchihuahua/granax","lilyannehall/granax","161chihuahuas/granax","161chihuahuas/bulb"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/161chihuahuas/bulb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fbulb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fbulb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fbulb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fbulb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/161chihuahuas","download_url":"https://codeload.github.com/161chihuahuas/bulb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fbulb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260901254,"owners_count":23079734,"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":["anonymity","hidden-services","nodejs","onion-service","privacy","tor"],"created_at":"2025-06-10T23:40:39.199Z","updated_at":"2026-01-20T16:52:58.239Z","avatar_url":"https://github.com/161chihuahuas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧅 bulb ~ *embedded tor for node.js*\n\nBulb is a complete client implementation of the [Tor Control Protocol](https://gitweb.torproject.org/torspec.git/plain/control-spec.txt). \nIt is designed to allow developers simple integration of the privacy-preserving properties of the [Tor](https://torprojects.org) network into their applications. \nThis library is focused on completeness of the protocol as well as simplicity and idiomatic interfaces for common use cases (see the ~8 LOC example hidden echo server).\n\n\n## install\n\n```\nnpm install @yipsec/bulb --save\n```\n\n\u003e As part of the installation process, it will download the Tor Expert \n\u003e Bundle and use the included Tor executable.\n\n## usage\n\nComplete documentation can be [found here](https://yipsec/bulb).\n\n### example: hidden tcp echo server\n\n```js\nconst { TorContext } = require('@yipsec/bulb');\n\nconst tor = await TorContext.create();\nconst server = tor.createServer((socket) =\u003e socket.pipe(socket)); \nconst address = await server.listen(); // { host, port}\nconst client = tor.createConnection();\n\nclient.write('hello from bulb');\nclient.pipe(process.stdout); // hello from bulb\n\nawait client.connect(address);\n```\n\n## links\n\n* [Tor Control Specification](https://github.com/torproject/torspec/blob/main/control-spec.txt)\n* [Tor Documentation](https://www.torproject.org/docs/documentation.html.en)\n\n## copying\n\n\u003e bulb - embedded tor for node.js  \n\u003e anti-copyright 2025, yipsec\n\nLicensed under the GNU Lesser General Public License 3.0.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F161chihuahuas%2Fbulb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F161chihuahuas%2Fbulb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F161chihuahuas%2Fbulb/lists"}