We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a031913 commit 4d87566Copy full SHA for 4d87566
blog/25-07-25/http-streaming-download/ex/server.js
@@ -1,5 +1,6 @@
1
2
-
+ var fs = require('fs');
3
+
4
require('http').createServer(request).listen(3000);
5
console.log('http://localhost:3000');
6
0 commit comments