@@ -47,7 +47,9 @@ If you'd like to use IPFS over standard HTTP, you havve several options:
47
47
48
48
- For an implementation and runtime agnostic HTTP interface, use an [ IPFS gateway] ( ./reference/http/gateway.md ) .
49
49
50
- #### Go
50
+ #### Language specific
51
+
52
+ ##### Go
51
53
52
54
Looking for to add IPFS functionality to your Go application? Try these implementations:
53
55
@@ -63,26 +65,26 @@ Looking for to add IPFS functionality to your Go application? Try these implemen
63
65
** Use Boxo if you** :
64
66
65
67
- Are building a modular application that interacts with the IPFS network
66
- - You want more choice in which features you include in your application
68
+ - Want more choice in which features you include in your application
67
69
- Are building an IPFS implementation
68
70
- Want to reuse some components of IPFS such as the Kademlia DHT, Bitswap, data encoding, etc., without the full featureset of Kubo
69
71
- Want to experiment with IPFS
70
72
71
- #### JavaScript
73
+ ##### JavaScript
72
74
73
75
To create IPFS applications in JavaScript, use the [ IPFS Helia implementation in JavaScript] ( https://github.com/ipfs/helia ) .
74
76
75
- #### Rust
77
+ ##### Rust
76
78
77
- #### Embedded applications / Java
79
+ ##### C
78
80
79
- If you're looking to develop embedded applications and/or applications in Java, use [ Nabu ] ( https://github.com/peergos/nabu ) .
81
+ #### Specialized use cases
80
82
81
- ### Interact with IPFS via HTTP
83
+ ##### Embedded applications / Java
82
84
83
- You can interact with IPFS via HTTP using the following implementations:
85
+ If you're looking to develop embedded applications and/or applications in Java, use [ Nabu ] ( https://github.com/peergos/nabu ) .
84
86
85
- -
87
+ ##### Mobile applications
86
88
87
89
## Implementations and tools catalog
88
90
0 commit comments