Click here to Skip to main content
15,885,366 members
Articles / Web Development / Node.js

Gigabit File uploads Over HTTP - The Node.js with NGINX version

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 May 2016CPOL5 min read 16.6K   6  
Gigabit file uploads over HTTP using a NGINX web server and a NodeJS back end. The idea is to offload the file uploading to the NGINX web server and then use the NGINX client_body_in_file_only directive to advise the NODEJS back end that it should process the file once it has been uploaded. The code

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Jamaica Jamaica
I have worked in the Information Technology field for over 15 years and I create tools to automate day-to-day tasks such as to move information from SharePoint lists to SQL Server databases, to manipulate SSIS packages, to inventory servers, to conduct security checks of Servers and workstations, and just about anything else that needs automating. The tools that I create are based on technologies such as Powershell, JavaScript (browser and some node.js), and C# code.

Along with this I manage IT Infrastructure and I am keenly interested in server and application performance tuning. This has caused me to learn how to troubleshoot network related issues using network packet capture traces, to be able to use wait states to understand what is happening on a database server, and to do server side performance monitoring.

Comments and Discussions