rtc-io / rtc-switchboard

Node server side in memory signaller for rtc.io components

Home Page:http://www.rtc.io/modules.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce error logging when run as a server

silviapfeiffer opened this issue · comments

node server.js

needs some error logging output - otherwise it's unclear what it's doing...or whether it's doing anything at all...

Have included some additional debug logging (as of version 0.3) for connections and message writing, simply run the server enabling debug:

DEBUG=rtc* node server.js