Skip to content

hjr265/brdgd

Repository files navigation

Brdgd

Brdgd (read bridged) is an extremely simple P2P file transfer webapp. It depends on PeerJS to manage the P2P connections. The webapp, in rare cases, uses a turn server to relay the connection in case where the peers cannot reach each other due to certain obvious reasons.

Deploy

The webapp can be deployed to Heroku as long as the following information are provided via environment variables:

  • PEERJS_HOST: PeerJS host

  • PEERJS_PORT: PeerJS port

  • PEERJS_PATH: PeerJS path

  • PEERJS_KEY: PeerJS API key

  • PEERJS_LOG: PeerJS log level

  • STUN_HOST: STUN server host

  • STUN_PORT: STUN server port

  • TURN_HOST: TURN server host

  • TURN_PORT: TURN server port

  • TURN_USER: TURN server username

  • TURN_SECRET: TURN server secret

About

Brdgd (read bridged) is an extremely simple P2P file transfer webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published