Custom implementation of the Skype Web API server
-
Install Docker and NodeJS on your system
-
Start Coturn
docker run --rm \
-p 3478:3478/udp \
-p 3478:3478/tcp \
coturn/coturn \
-n \
--log-file=stdout \
--fingerprint \
--lt-cred-mech \
--realm=swxd.local \
--user=swxd-turn:swxd-turn-pass \
--listening-port=3478 \
--no-cli \
--no-tls \
--no-dtls
- Clone the swxd repo and go to the swxd directory
git clone https://github.com/BastionDevs/swxd.git
cd swxd
- Install dependencies
npm i
- Generate certificates for HTTPS
cert.crtandprivate.key
- Run the main server
node server.js