fbr-client
v1.0.3
Published
FileBufferReader is a JavaScript library reads file and returns chunkified array-buffers. The resulting buffers can be shared using WebRTC data channels or socket.io. Share files same as Skype do!
Downloads
28
Maintainers
Readme
fbr-client
Socket.io client for FileBufferReader.js.
npm install fbr-client
Then run the server:
cd ./node_modules/fbr-client/
node server.js
Then open: http://localhost:9001/
or http://local-ip:9001/
.
Change Port
node server.js port=80
# or
node server.js port=8888
Credits
- Personal Webpage: http://www.muazkhan.com
- Email: [email protected]
- Twitter: https://twitter.com/muazkh and https://twitter.com/WebRTCWeb
- Google+: https://plus.google.com/+WebRTC-Experiment
- Facebook: https://www.facebook.com/WebRTC
License
FileBufferReader.js is released under MIT licence . Copyright (c) Muaz Khan.