It's here I host Web Applications I've written, and have deployed for public use.
fobsplace Apps is the brand I use for my application software.
There's a Usage Notes page detailing system requirements and how to use our web apps. The page includes links to our User Agreement and Privacy Policy
A web app runs through your browser. Our web apps require a Chromium compatible browser.
The advantages of web apps are:
They need no installation procedure. You simple bookmark the application's URL (web page link).
The browser provides independence from your operating system and device hardware.
They benefit from the security features within the browser.
The disadvantage with web apps are:
They require an internet connection.
There can be a perceptible delay for the server to return with the requested data to the client (your browser).
Web apps are coded similar to web pages. Both use HTML, CSS, and JavaScript code.
I've used Google Apps Script (GAS) for these web apps. It's a cloud based JavaScript platform. The JavaScript language is extended with Google API's.