-
Notifications
You must be signed in to change notification settings - Fork 293
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
webrtc.io and express #46
Comments
This sounds like an XY problem Please consider the following workarounds:
You say that you have tried a lot, but you didn't say what have you tried! On Sun, Jul 13, 2014 at 7:30 PM, Brian Berry notifications@github.com
Omar Al-Ithawi Al-Dolaimy |
Could you please tell me why are you doing it this way? On Sun, Jul 13, 2014 at 11:36 PM, Omar Al-Ithawi i@omardo.com wrote:
Omar Al-Ithawi Al-Dolaimy |
well I want to use express to easily serve files /* webRTC = require('webrtc.io').listen(8001); var express = require('express'), //next line tries using webrtc.io instead of socket.io :( bad results. Above is some stuff I've tried. |
Could somebody make webrtc.io compatible with express so i can use sockets from a server script and continue to use express. I've tried alot of things to make it work without success.
The text was updated successfully, but these errors were encountered: