Implementation of web applications with Google Apps Scripts. Example: “serverless” contact form
Traditionally, web applications have been implemented in client-server infrastructures. The paradigm has been to have our own servers that receive requests from our users’ browsers. With the increasing use of javascript frameworks, more and more websites are being implemented as […]