[Info-vax] HTTP and HTML File Upload Basics
Jan-Erik Söderholm
jan-erik.soderholm at telia.com
Wed Oct 21 11:27:29 EDT 2020
Den 2020-10-21 kl. 16:41, skrev Arne Vajhøj:
> On 10/20/2020 8:18 PM, Dave Froble wrote:
>> At the core of a web server is a "listener" which can implement accepting
>> incoming socket requests.
>>
>> The "payload" can then be some standard action, or, a "script" to execute
>> can be part of the payload.
>>
>> Web servers usually are set up to perform some standard actions, and
>> other actions will require a script for the desired action. These
>> scripts are what allows customization of a web server. If very specific
>> actions are required, that most likely will require a custom script.
>
> More common terms today would be "static content" and "dynamic content".
>
> Static content being HTML, CSS and JS.
>
> Dynamic content being PHP, ASP.NET, Jave EE, RoR, node.js, CGI scripts etc..
>
> Arne
>
>
I would also count what is commonly called Ajax into the dynamic part.
I'm currently building a test mobile applications (POC) using
MIT App Inventor that first scans a product label (QR) and then
makes Ajax calls to our VMS system to fetch information for
display on the Android phone. Could be used on the factory floor
to quickly lookup the status of an item. A lot of fun and it
definitely makes “the old VAX” look better… 😊
https://appinventor.mit.edu/
More information about the Info-vax
mailing list