Skip to content

Commit

Permalink
Merge pull request #1 from M-Ajay9736/patch-1
Browse files Browse the repository at this point in the history
Update Client.js
  • Loading branch information
pranav3714 authored Oct 1, 2020
2 parents b024f21 + 3043a6d commit 6b8d69b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/client.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Client Side Code*/

//const net = require('net')
const request = require('request')
const bp = require('body-parser')
Expand Down Expand Up @@ -68,4 +70,4 @@ socket.on('connection', function connection(ws) {
fs.appendFileSync('Downloads/' + json.filename, dtob(json.data))
}
})
})
})

0 comments on commit 6b8d69b

Please sign in to comment.