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

Add HttpListener implementation #380

Closed
zgramana opened this issue Feb 13, 2015 · 3 comments
Closed

Add HttpListener implementation #380

zgramana opened this issue Feb 13, 2015 · 3 comments
Assignees
Milestone

Comments

@zgramana
Copy link
Contributor

Need to implement the HttpListener capabilities to support PhoneGap and peer-to-peer functionality in the .NET version.

Acceptance Criteria:

  • Fully interoperable with listeners from CBL.iOS and CBL.Android.
  • Works in all target platforms.
  • Can handle multiple concurrent requests.
  • (optional) OWIN-compliance

Notes:

@Steven-Mark-Ford
Copy link

@zgramana if I have 2 apps loaded on an android device is it possible to use the httplistener for the apps to talk to one another without a network connection or is this pure http/s?

@zgramana
Copy link
Contributor Author

Yes, you should be able to do this via localhost. If you can't, it's a bug.

@Steven-Mark-Ford
Copy link

@zgramana Great! Where would I find the documentation specific to this, i.e. which article/s under http://developer.couchbase.com/mobile/develop...? I don't quiet understand how this would be achieved. Any help/point in the right direction would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants