DEV Community

Discussion on: Google Photos open-source alternative with React Native

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ

For IPFS based version control, you might want to check out brig (written in Go).

Suggesting this since note taking mobile app with built-in git integration is quite popular amongs developer.

Collapse
 
keyvan_m_sadeghi profile image
Keyvan M. Sadeghi

Thanks @drsensor ! We were looking at brig and others as a venue of file sharing earlier. A git-enabled note taking p2p app definitely sounds interesting! Would you be interested in taking a stab at it? We'd love to work with you on the p2p backend.

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ • Edited

I don't think many people would want their notes seen by others since IPFS by design is a public network 😅
(unless you do something about that)

Since brig has encryption built-in, I'm more interested packaging brig as android dependencies. Something like jagged but for brig instead of git (libgit2).

Thread Thread
 
keyvan_m_sadeghi profile image
Keyvan M. Sadeghi

Great idea 👌