Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetStreamHandler(protocolID, handler) and NewStream(peerID, protocolID) bindings #55

Open
moul opened this issue Oct 27, 2020 · 0 comments
Labels
✅ Approved Feature request has been approved backlog 🚀 feature-request

Comments

@moul
Copy link
Member

moul commented Oct 27, 2020

  • 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
@jefft0 jefft0 added ✅ Approved Feature request has been approved backlog labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Approved Feature request has been approved backlog 🚀 feature-request
Projects
None yet
Development

No branches or pull requests

2 participants