AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is Lip P2P Distributed Separately From IPFS?
There's lip P2P as a JavaScript implementation that is available on NPM. It works all the way out into the web layer, but of course, any web content code has constraints on what network connectivity is available. So you have to do things like set up a web RTC or WebSocket connection for people to connect outside of your web page to the rest of the network. The IPFS implementation that has the DHT functionality basically constructs that using Lip P2P components.