wsftp
wsftp copied to clipboard
A NodeJS server and Chrome Extension client that allows file transfer on web sockets, using socket.io.
WS-FTP with NodeJS and Chrome
To start the server
node app.js
To add the extension to your chrome,
- Goto Extensions
- Check Developer Mode
- Load Unpacked Extension
- Point to the chrome-wsftp-client folder.