{"id":21871103,"url":"https://github.com/isaka-james/chunks-to-file","last_synced_at":"2026-01-15T22:37:21.736Z","repository":{"id":233364100,"uuid":"787097679","full_name":"isaka-james/chunks-to-file","owner":"isaka-james","description":"A nodejs chunking system","archived":false,"fork":false,"pushed_at":"2024-09-26T08:18:01.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-28T06:14:03.519Z","etag":null,"topics":["chunk","chunked-uploads","chunking","chunking-algorithm","chunking-files","chunks","node-chunking","nodejs","nodejs-chunking"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaka-james.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-15T22:12:37.000Z","updated_at":"2024-09-26T08:17:56.000Z","dependencies_parsed_at":"2024-04-20T18:50:42.763Z","dependency_job_id":null,"html_url":"https://github.com/isaka-james/chunks-to-file","commit_stats":null,"previous_names":["isaka-james/chunks-to-file"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fchunks-to-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fchunks-to-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fchunks-to-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fchunks-to-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaka-james","download_url":"https://codeload.github.com/isaka-james/chunks-to-file/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235733778,"owners_count":19036954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chunk","chunked-uploads","chunking","chunking-algorithm","chunking-files","chunks","node-chunking","nodejs","nodejs-chunking"],"created_at":"2024-11-28T06:13:23.549Z","updated_at":"2025-10-08T16:32:38.378Z","avatar_url":"https://github.com/isaka-james.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1 align=\"center\"\u003e Chunks to File - NodeJs Application \u003c/h1\u003e\n\n\u003cimg  src=\"https://cdn.freebiesupply.com/logos/large/2x/nodejs-1-logo-png-transparent.png\" alt=\"Project Image\" width=\"200\"\u003e\n\u003cbr/\u003e\n\u003cimg align=\"center\"  src=\"https://komarev.com/ghpvc/?username=chunks-to-file\u0026label=Chunks%20To%20File\u0026color=0e75b6\u0026style=flat\" alt=\"since 16 April,2024\" /\u003e\n\n\u003c/div\u003e\n\u003cbr/\u003e\n\n\nA Node.js application for uploading file chunks and combining them into a single file on the server.\n\nSpeeding your application **5x Faster** than the uploading you are currently using!.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nIn many scenarios, uploading large files to a server can be challenging due to limitations in file size or network conditions. This project provides a solution by allowing the client to split a large file into smaller chunks and upload them individually to the server. Once all chunks are received, the server combines them into a single file.\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ch3\u003e\u003c/h3\u003e\u003cb\u003eClick to see how it works:\u003c/b\u003e\u003c/h3\u003e\u003c/summary\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/isaka-james/top\"\u003e\n      \u003cimg src=\"https://github.com/isaka-james/chunks-to-file/assets/76619967/9b2b0c89-c608-4fbc-8320-1fa0e6fabce1\" width=\"900\"/\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/details\u003e\n\n\n## Features\n\n- Split large files into smaller chunks for easier uploading.\n- Upload chunks to the server asynchronously.\n- Combine uploaded chunks into a single file on the server.\n- Accepts all types of files.\n- Simple and easy-to-use interface.\n\n\n### Simplified Pros Commentary:\n\u003e*JavaScript on front-end divides the user's selected file into smaller segments and transmits them simultaneously to the server through the `/documents` route. These segments are then stored in a temporary location known as `temps` folder on the server. Following successful storage, the browser prompts the server to aggregate these segments via the `/combine` route. Utilizing binary methods, the server adeptly merges the segmented data, On completion, file being will be securely stored within the `uploads` directory. So, all the broken pieces of data come together nicely to make one complete file on the server.*\n\n### Preview:\n\u003e![image](https://github.com/isaka-james/chunks-to-file/assets/76619967/ce76e9c8-4b7f-4d2a-beb6-e595e9af665a)\n\n\n## Installation\n\nTo use this application, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/isaka-james/chunks-to-file.git\n   ```\n\n2. Enter into the project folder:\n\n   ```bash\n   cd chunks-to-file\n   ```\n3. Install the dependencies:\n```bash\n   npm install\n```\n\n## Usage\n\n1. Start the server:\n\n   ```bash\n   npm start\n   ```\n\n2. Open your web browser and navigate to `http://localhost/`.\n3. Select a file using the provided input field.\n4. Click the \"Upload\" button to initiate the upload process.\n5. The server will receive the file chunks and combine them into a single file inside the `uploads` folder.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n```\n\nFeel free to customize the content and add more details specific to your project. If you have any questions or need further assistance, let me know!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaka-james%2Fchunks-to-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaka-james%2Fchunks-to-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaka-james%2Fchunks-to-file/lists"}