webRTC-io / webRTC.io

An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. Highly experimental technology
1.6k stars 293 forks source link

webRTC.io deployment at Windows Azure #26

Open ksoomro opened 11 years ago

ksoomro commented 11 years ago

hi,

is there any guide / document related to deployment of webrtc.io at windows azure environment.

as i figure it out, it's not working.

what i already test, i deploy plugin using Windows Azure PowerShell for NodeJS it's uploaded but neither see any error nor it's working. please provide any clue or guide related to debug too.

thanks

mkxml commented 11 years ago

Are you getting webrtc.io through NPM or are you installing directly on your project?

ksoomro commented 11 years ago

i get webrtc.io using npm by command

"npm install webrtc.io"

my project have "express" plugin too. which i install using command

"npm install express"

looking forword for any help.

Thanks