Skip to content

Repository files navigation

swxd

Custom implementation of the Skype Web API server

Running swxd

  1. Install Docker and NodeJS on your system

  2. 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
  1. Clone the swxd repo and go to the swxd directory
git clone https://github.com/BastionDevs/swxd.git
cd swxd
  1. Install dependencies
npm i
  1. Generate certificates for HTTPS
  • cert.crt and private.key
  1. Run the main server
node server.js

About

Custom implementation of the Skype Web API server

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages