-
Notifications
You must be signed in to change notification settings - Fork 51
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
Function without third party server/service #4
Comments
By third party service, are you referring to the STUN server ? If you're referring to the Go executable, one of my next goal is to embed it in a static HTML page (via WebAssembly), so it can be easier to use: https://github.com/Antonito/gfile/tree/master/_client/web |
@Antonito I was referring to the STUN server, yes. If a STUN server can't be avoided, how about adding a command line parameter to specify it? Something like |
@Fastidious It's a good idea! This feature has actually been discussed here: I'll probably work on it later this week, or I'll gladly accept a PR 😃 |
I believed we still need a server for local network WebRTC connection. References: |
Is there a way to run this, without relying on a third party server/service?
The text was updated successfully, but these errors were encountered: