# node-chunked **Repository Path**: yhding/node-chunked ## Basic Information - **Project Name**: node-chunked - **Description**: 测试下node http头字段:transfer-encoding: chunked - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-12 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大文件传输 transfer-encoding: chunked 实现了http大文件分块,见文件`http.chunk.js` 实现了express大文件传输,见文件 `index.js` [node-实现一个简单的chunked字段](https://github.com/i5ting/nodejs-bigpipe-demo)