WebSocket server for swis. It allows non-WebRTC capable browsers to use swis.
The server opens a plain WebSocket server on 0.0.0.0:8088 (use a firewall to block direct access to it).
$git clone https://GITHUB_USER:GITHUB_TOKEN@github.com/eface2face/swis-websocket-server.git
where GITHUB_USER
is a Github acount with read permission on this project and GITHUB_TOKEN
a "Personal Access Token" for such a user.
- Install dependencies: `
$ npm install
- Run
node index.js
or manage it as daemon with forever.