DEV Community

Discussion on: How One Developer Recreated AirDrop Using Just JavaScript

Collapse
 
wassimbj profile image
Wassim Ben Jdida

why doesnt it use websocket directly ? great article btw

Collapse
 
abdisalan_js profile image
Abdisalan

Thanks! Web sockets are slower and have to send the data to the server so it’s costs more bandwidth.