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

Question: HTTP external Access #68

Open
Dletta opened this issue Jul 8, 2019 · 5 comments
Open

Question: HTTP external Access #68

Dletta opened this issue Jul 8, 2019 · 5 comments

Comments

@Dletta
Copy link

Dletta commented Jul 8, 2019

I have tried to understand whether I could run an HTTP server in my browser that others in my network (or even publicly) could access. I am unable to find this in clear terms in your documentation.

Will I be able to serve a static website from my browser to others in the web?

@ids1024
Copy link

ids1024 commented Jul 8, 2019

This would be a nice feature. But I'm almost certain browsers don't provide an API that would allow this. (Unless it was communicating with a piece of software running outside the browser that could forward traffic in some way.)

@Dletta
Copy link
Author

Dletta commented Jul 9, 2019

@ids1024 Yes, that makes sense. The socket API seemed to imply you could make an HTTP connection. It was unclear whether that was about inside a website to a local http client or not.

@ids1024
Copy link

ids1024 commented Jul 9, 2019

Although I haven't tried it, I believe the socket API in Browsix is only usable for IPC. You can make a request to a server running inside Browsix from another program inside Browsix.

@Dletta
Copy link
Author

Dletta commented Jul 9, 2019

That makes sense. You think the team will answer here? Otherwise will close the issue

@bitnom
Copy link

bitnom commented Jul 20, 2019

We were talking about this over in the gundb gitter. In theory, an adapter could be made to work with webrtc. Will I be the one to make that happen? Probably not. Would it be awesome? Probably yes.

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

No branches or pull requests

3 participants