You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow developers using gomobile-ipfs to simply establish p2p connections and implement logic around them.
Example: a developer wants to create an application that displays notifications from a smartphone on a desktop PC without using servers will be able to use gomobile-ipfs to simply establish a direct connection between the two devices and implement the notifications transfer logic in the handlers.
TODO: add code example for SetStreamHandler(protocolID, handler) and NewStream(peerID, protocolID) usage
The text was updated successfully, but these errors were encountered:
SetStreamHandler(protocolID, handler)
andNewStream(peerID, protocolID)
usageThe text was updated successfully, but these errors were encountered: