Skip to content

📲 WebRTC file transfer - WebSockets server.

License

Notifications You must be signed in to change notification settings

Garren/filedrop-ws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filedrop-ws

WebSockets server for filedrop-web.

More details about the project are available in the filedrop-web repository.

Installation

Run yarn install, then simply run yarn start.

Configuration

dotenv-flow is used to manage the configuration.

The following variables are used for the configuration:

Variable Default value Description
WS_HOST 127.0.0.1 IP address to bind to.
WS_PORT 5000 Port to bind to.
WS_BEHIND_PROXY no Set to yes if you want the application to respect the X-Forwarded-For header.
STUN_SERVER stun:stun.1.google.com:19302 WebRTC configuration - STUN server.
TURN_SERVER null WebRTC configuration - TURN server.
TURN_USERNAME null WebRTC configuration - TURN username.
TURN_CREDENTIAL null WebRTC configuration - TURN credential (password).

About

📲 WebRTC file transfer - WebSockets server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%