Skip to content
#

Web app

A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.

Here are 7,442 public repositories matching this topic...

Mistic92
Mistic92 commented Dec 8, 2020

Is your feature request related to a problem? Please describe.
Currently Traduora support providing only host in env. When running on GCP Cloud Run it's easier to use unix socket than create vpc connector and use private ip to connect to cloud sql database.
I was trying to use /cloudsql/<instance_name> in host but it was crashing.

Describe the solution you'd like
Add option to prov

nsfw-filter
govza
govza commented Oct 20, 2020

I think that code lack of comments (jsdoc) thus hard to understand. Maybe should consider adding them at least for classes and public methods as part of project code-style?

Is your feature request related to a problem? Please describe.

Hard to understand what code does.

Describe the solution you'd like

JSDoc classes and public methods.

You can’t perform that action at this time.