As the title suggests, can someone help me understand how to get started in developing ZeroNet into other languages like Java or C++?
Can you put together a list of all the dependencies too perhaps?
You need to learn about ZeroNet network protocol.
@ysc3839 Thank you. Have there been any other implementations so far? It would help as reference code.
I think no.
Currently, there is no need to make a new implement.
No doubt there will be another implementation of Zeronet boosting efficiency without conflicting the existing one.
ZeroGo is a minimalist Golang implementation of ZeroNet.
There is also appeared ZeroNetJS.
Are there any C/assembler forks? I don't use python, but I like the overall idea and could write the same engine in C. But maybe somebody has already started such a project?
zerolib (Python 3)
https://github.com/MuxZeroNet/zerolib
ZeroGo (Go)
https://github.com/G1itchZero/ZeroGo
@HelloZeroNet Not sure if this is resolved?
Most helpful comment
You need to learn about ZeroNet network protocol.