Skip to content

Commit 4d87566

Browse files
save file
1 parent a031913 commit 4d87566

File tree

1 file changed

+2
-1
lines changed
  • blog/25-07-25/http-streaming-download/ex

1 file changed

+2
-1
lines changed

blog/25-07-25/http-streaming-download/ex/server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
2+
var fs = require('fs');
3+
34
require('http').createServer(request).listen(3000);
45
console.log('http://localhost:3000');
56

0 commit comments

Comments
 (0)