dat-ecosystem-archive / docs

Documentation resources for dat and the surrounding ecosystem [ DEPRECATED - see https://github.com/hypercore-protocol/new-website/tree/master/guides for similar functionality. More info on active projects and modules at https://dat-ecosystem.org/ ]
https://dat-ecosystem-archive.github.io/docs/
530 stars 96 forks source link

documentation: list of libraries and languages #172

Open tmbdev opened 4 years ago

tmbdev commented 4 years ago

I'm looking to incorporate support for distributed file systems into some other tools I'm building. I'm having a hard time figuring out how well supported and adopted the datproject is. It would be helpful if on this page:

https://docs.datproject.org/docs/dat-ecosystem

there was a list of libraries available for accessing DAT organized by language. Searching suggests that the primary implementation is JavaScript, and that there is a Rust implementation in the works. There seems to be a Python package, though it doesn't look finished. What about other languages? Go? C++?

RangerMauve commented 4 years ago

Javascript is the only full implementation at the moment. Rust is probably the farthest along after that, then C++ then Python.