Start the web Server
- https server to render the webpages
- webrtc signaller on socket.io to exchange SDP for calls
> node webrtcserver.js
Folder Path /home/altanai/tfx/tfx_module { root: '/home/altanai/tfx/tfx_module',
options:
{ cache: 3600,
gzip: true,
indexFile: 'index.html',
headers: { server: 'node-static/0.7.6', 'cache-control': 'max-age=3600' } },
cache: 3600,
defaultHeaders: { server: 'node-static/0.7.6', 'cache-control': 'max-age=3600' },
serverInfo: 'node-static/0.7.6' }
WebRTC server env => local running at
8084/
CTRL + C to shutdown
Starting the Signalling Server
directory : tfx_signaller role: starts the signaller server using socketio on https for secure webrtc
should run
cd tfx_signaller NODE_ENV=production node server.js -- signal master is running at: https://localhost:8888
Starting the Web Client
goto url : https://localhost:8084
Starting the Web Extension
make a zip and install to chorme ->settings ->extensions

Log in or sign up for Devpost to join the conversation.