I spent yesterday adding support for ES6 Template Literals as an alternative to Mustache/Handlebars.
I just published gadget-ui v. 6.0.0. There are no significant changes or additions to the library itself, but I have added ES6 modules exports to support importing the library, in whole or in part, using the ES6 import command.
A few days ago, I posted a NodeJS application built around a REST API, and some further thoughts around architecture with the NodeJS mysql package.
In software design, architectural choices have a significant influence on the maintainability of your code base.
NodeJS offers the ability to build Web apps using JavaScript.
In parts I and II of my FileUploader example code, I showed you the client-side and server-side code for the FileUploader component and some example code for a CFML-based server-component to handle the uploaded data.
Last year, and largely as an academic exercise, I created a JavaScript framework called altseven.
A FileUploader component does no good by itself. In order to provide upload capability, you need something on the server that can receive the uploaded files and process them.
I have been working on an update of the gadget-ui JavaScript library that includes a new feature - a multi-file upload component called gadgetui.
I'm going to demonstrate how to use the new gadget-ui.