{"id":13510229,"url":"https://github.com/hypercore-protocol/hyperspace","last_synced_at":"2026-01-12T08:41:51.388Z","repository":{"id":48040000,"uuid":"273726950","full_name":"hypercore-protocol/hyperspace","owner":"hypercore-protocol","description":"Hypercores, batteries included.","archived":false,"fork":false,"pushed_at":"2023-08-17T02:03:04.000Z","size":189,"stargazers_count":186,"open_issues_count":10,"forks_count":31,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-09-30T22:48:32.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypercore-protocol.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}},"created_at":"2020-06-20T14:47:04.000Z","updated_at":"2025-08-12T20:55:46.000Z","dependencies_parsed_at":"2024-01-13T19:25:57.156Z","dependency_job_id":"0c18344f-223f-46e2-9987-e228319c1135","html_url":"https://github.com/hypercore-protocol/hyperspace","commit_stats":null,"previous_names":["hyperspace-org/hyperspace"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/hypercore-protocol/hyperspace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypercore-protocol%2Fhyperspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypercore-protocol%2Fhyperspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypercore-protocol%2Fhyperspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypercore-protocol%2Fhyperspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypercore-protocol","download_url":"https://codeload.github.com/hypercore-protocol/hyperspace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypercore-protocol%2Fhyperspace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-08-01T02:01:29.910Z","updated_at":"2026-01-12T08:41:51.372Z","avatar_url":"https://github.com/hypercore-protocol.png","language":"JavaScript","readme":"# NOTE\n\nThe Hyperspace daemon is out of date, tracking the previous major version of the Hypercore stack.\n\nCheck out the individual repos instead, like [Hypercore](https://github.com/hypercore-protocol/hypercore), [Hyperbee](https://github.com/hypercore-protocol/hyperbee), [Hyperbeam](https://github.com/mafintosh/hyperbeam), [Hyperswarm](https://github.com/hyperswarm), which don't require a deamon as well and are much more powerful for building P2P apps.\n\nIf you have questions feel free to reach out on our Discord, https://chat.hypercore-protocol.org\n\n\u003cdetails\u003e\u003csummary\u003eClick to see the Hyperspace README still\u003c/summary\u003e\n\n# hyperspace\n[![Build Status](https://travis-ci.com/andrewosh/hyperspace.svg?token=WgJmQm3Kc6qzq1pzYrkx\u0026branch=master)](https://travis-ci.com/andrewosh/hyperspace)\n\n\u003e Hypercores, batteries included.\n\nHyperspace is a lightweight server that provides remote access to Hypercores and a Hyperswarm instance. It exposes a simple [RPC interface](https://github.com/hyperspace-org/rpc) that can be accessed with the [Hyperspace client for Node.js](https://github.com/hyperspace-org/client).\n\nThe RPC API's designed to be minimal, maintaining parity with Hypercore and the [`@corestore/networker`](https://github.com/andrewosh/corestore-networker) but with few extras.\n\nFeatures include:\n* A `RemoteCorestore` interface for creating namespaced [`Corestore`](https://github.com/andrewosh/corestore) instances. \n* A `RemoteNetworker` interface for managing [Hyperswarm DHT](https://github.com/hyperswarm/hyperswarm) connections. Supports stream-level extensions. \n* A `RemoteHypercore` interface that feels exactly like normal ol' [`Hypercore`](https://github.com/hypercore-protocol/hypercore), with [few exceptions](TODO). Extensions included.\n\n#### Already using the Hyperdrive daemon?\nWith Hyperspace, most of the [Hyperdrive daemon's](https://github.com/hypercore-protocol/hyperdrive-daemon) functionality has been moved into \"userland\" -- instead of providing remote access to Hyperdrives, the regular [`hyperdrive`](https://github.com/hypercore-protocol/hyperdrive) module can be used with remote Hypercores.\n\nIf you're currently using the Hyperdrive daemon with FUSE and/or the daemon CLI, take a look at the upgrade instructions in [`@hyperspace/hyperdrive`](https://github.com/hyperspace-org/hyperdrive-service), which is our new Hyperdrive companion service for handling FUSE/CLI alongside Hyperspace.\n\n__Note: The first time you run Hyperspace, it will detect your old Hyperdrive daemon installation and do an automatic migration. You can postpone the migration by starting the server with the `--no-migrate` flag (`hyperspace --no-migrate`).__\n\n### Installation\n```\nnpm i hyperspace -g\n```\n\n### Getting Started\nWhen installed globally, you can use the `hyperspace` CLI tool to start the server:\n```\n❯ hyperspace --no-migrate  // Starts the server without performing the Hyperdrive daemon migration\n```\n\nThe `hyperspace` command supports the following flags:\n```\n--bootstrap   // Hyperswarm bootstrapping options (see Hyperswarm docs).\n--host        // Host to bind to.\n--port        // Port to bind to (if specified, will use TCP).\n--memory-only // Run in memory-only mode.\n--no-announce // Never announce topics on the DHT.\n--no-migrate  // Do not attempt to migrate the Hyperdrive daemon's storage to Hyperspace.\n--repl        // Start the server with a debugging REPL.\n```\n\nBy default, Hyperspace binds to a UNIX domain socket (or named pipe on Windows) at `~/.hyperspace/hyperspace.sock`.\n\nOnce the server's started, you can use the client to create and manage remote Hypercores. If you'd like the use the Hyperdrive CLI, check out the [`@hyperspace/hyperdrive` docs](https://github.com/hyperspace-org/hyperdrive-service).\n\n### API\nTo work with Hyperspace, you'll probably want to start with the [Node.js client library](https://github.com/hyperspace-org/client). The README over there provides detailed API info.\n\n### Simulator\n\nHyperspace includes a \"simulator\" that can be used to create one-off Hyperspace instances, which can be used for testing.\n\n```js\nconst simulator = require('hyperspace/simulator')\n// client is a HyperspaceClient, server is a HyperspaceServer\nconst { client, server, cleanup } = await simulator()\n```\n\n### License\nMIT\n\n\u003c/details\u003e\n","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercore-protocol%2Fhyperspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypercore-protocol%2Fhyperspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercore-protocol%2Fhyperspace/lists"}