Veilid is an open-source, P2P, mobile-first, networked application framework
21–30 of 75 posts
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#22Also discussed 8 days ago as "Cult of the Dead Cow wants to save internet privacy with new encryption protocol, 82 comments: https://news.ycombinator.com/item?id=37018404
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#23Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#24It says on the linked page that it's a "mobile-first framework" but what is mobile-first about it? I'm having trouble finding Swift or Kotlin code. Or do they mean something else?
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#25Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#26Any API accessible easily from Javascript client side? The trend seems going towards web-browser local-first applications. So an application on the client side, once was loaded the site's domain delivering the code, can work offline without network access, and synchronize later with its "associated peers/nodes/servers" (if they decide to). Though wasm exists, it would be nice to be able to have a "high level API" so…
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#27I saw this talk at DEFCON. It seems to combine ideas from IPFS, BitTorrent magnet links, Tor, and things like scuttlebutt. There was a very strong focus on privacy including for metadata. The biggest weaknesses I saw were around DOS attack resistance, which I did not see addressed. There were good approaches for privacy and security but what if someone with resources (botnet or money) wants to just burn the network d…
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#28It says on the linked page that it's a "mobile-first framework" but what is mobile-first about it? I'm having trouble finding Swift or Kotlin code. Or do they mean something else?
It also runs great on big servers with public IPs! But you can use it on your phone without turning your phone into a hand warmer.
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#29Any API accessible easily from Javascript client side? The trend seems going towards web-browser local-first applications. So an application on the client side, once was loaded the site's domain delivering the code, can work offline without network access, and synchronize later with its "associated peers/nodes/servers" (if they decide to). Though wasm exists, it would be nice to be able to have a "high level API" so…
there seem to be a json api: https://gitlab.com/veilid/python-demo/-/blob/103ae2211b452f1...
Re: Veilid is an open-source, P2P, mobile-first, networked application framework
#30Can anyone access the demo example repo linked from this page? : https://veilid.com/chat/ (points to : https://veilid.com/chat/ )