@@ -47,7 +47,9 @@ If you'd like to use IPFS over standard HTTP, you havve several options:
4747
4848- For an implementation and runtime agnostic HTTP interface, use an [ IPFS gateway] ( ./reference/http/gateway.md ) .
4949
50- #### Go
50+ #### Language specific
51+
52+ ##### Go
5153
5254Looking for to add IPFS functionality to your Go application? Try these implementations:
5355
@@ -63,26 +65,26 @@ Looking for to add IPFS functionality to your Go application? Try these implemen
6365** Use Boxo if you** :
6466
6567- 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
6769- Are building an IPFS implementation
6870- Want to reuse some components of IPFS such as the Kademlia DHT, Bitswap, data encoding, etc., without the full featureset of Kubo
6971- Want to experiment with IPFS
7072
71- #### JavaScript
73+ ##### JavaScript
7274
7375To create IPFS applications in JavaScript, use the [ IPFS Helia implementation in JavaScript] ( https://github.com/ipfs/helia ) .
7476
75- #### Rust
77+ ##### Rust
7678
77- #### Embedded applications / Java
79+ ##### C
7880
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
8082
81- ### Interact with IPFS via HTTP
83+ ##### Embedded applications / Java
8284
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 ) .
8486
85- -
87+ ##### Mobile applications
8688
8789## Implementations and tools catalog
8890
0 commit comments