nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

add http-server to server #2

Closed nickdesaulniers closed 8 years ago

nickdesaulniers commented 8 years ago

I currently run http-server -p 8080 and node server.js as separate processes. It should be simple to combine the two.