generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(routing/http)!: delegated peer routing server and client, IPIP 4…
…17 (#422)
- Loading branch information
Showing
20 changed files
with
1,428 additions
and
594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
go-delegated-routing | ||
Routing V1 Server and Client | ||
======================= | ||
|
||
> Delegated routing Client and Server over Reframe RPC | ||
This package provides delegated routing implementation in Go: | ||
- Client (for IPFS nodes like [Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingrouters-parameters)), | ||
- Server (for public indexers such as https://cid.contact) | ||
> Delegated Routing V1 Server and Client over HTTP API. | ||
## Documentation | ||
|
||
- Go docs: https://pkg.go.dev/github.com/ipfs/boxo/routing/http/ | ||
|
||
## Lead Maintainer | ||
|
||
🦗🎶 | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! This repository is part of the IPFS project and therefore governed by our [contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md). | ||
|
||
## License | ||
|
||
[SPDX-License-Identifier: Apache-2.0 OR MIT](LICENSE.md) | ||
- Go Documentation: https://pkg.go.dev/github.com/ipfs/boxo/routing/http | ||
- Routing V1 Specification: https://specs.ipfs.tech/routing/http-routing-v1/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.