-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Examples: Serve fiddles locally #120
Comments
I've also been toying with the idea to make the examples serve as integration tests. The downside is that it likely requires a bit of test specific code in the examples which may reduce clarity. There may be some clever ways to hide this thought. The advantage would be that we don't need to duplicate all this code for the integration tests. |
Antonito
pushed a commit
to Antonito/webrtc
that referenced
this issue
Feb 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should run a local HTTPS server so people don't even need to open a jsfiddle. This will also allow people to prototype faster using tools they are already comfortable with.
The text was updated successfully, but these errors were encountered: