Deploying Pure JavaScript Full-stack Web Apps for Free Using Google Console(Optional) and Apps Script

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • swimone

    Website Project

  • To get a clearer picture, let's take a walk through my first real-world project. Below are screenshots of a full-stack website I made for a local swimming club. The site allows log in via Google, uploading pictures, posting stories with full HTML support, and updating some front-end site details - addresses, locations, contacts e.t.c. You can go through the code here.

  • v8.dev

    The source code of v8.dev, the official website of the V8 project.

  • An Apps Script project is basically a collection of JavaScript and HTML files. When deployed as a web app, every time a user visits or makes an HTTP request to the app, these files will be executed. In Apps Script, script files have an extension of gs instead of js. And the Code.gs file is the first file executed by the V8 JavaScript engine every time the web app is run.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • apps-script-oauth2

    An OAuth2 library for Google Apps Script.

  • Apps Script is a scripting platform developed by Google for lightweight application development in the Google Workspace platform. Scripts are created as part of an Apps Script project. See the figure below for how a basic HTTP GET request would work in an Apps Script setup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Google Oauth library?

    1 project | /r/GoogleAppsScript | 16 Nov 2023
  • Why does Google script a return 401 unauthorized?

    1 project | /r/redditdev | 1 Aug 2023
  • Service Accounts With Admin SDK

    1 project | /r/googlecloud | 18 Apr 2023
  • ClickUp Api OAuth2 method with Google Apps script

    1 project | /r/GoogleAppsScript | 9 Jan 2023
  • I want to make an API call on Google Scripts to connect with Asana

    1 project | /r/GoogleScripts | 20 Sep 2021