Questions tagged [cloud]

The concept of cloud computing revolves around the utilization of hardware-based resources for computing, networking, and storage needs. These services are accessible on-demand through cloud providers, allowing for seamless scalability up or down as needed.

Execute the calculation on the user's AWS account

In my Node.js and Vue.js project, the goal is for a user to input their AWS credentials, provide a link to an online data source containing a large amount of data, and run an algorithm on this data using their provided AWS account. I am facing two challen ...

TCP connections without an HTTP protocol on the Cloudfoundry platform

As a beginner mobile developer, I am exploring the use of Cloudfoundry's services to host my server for handling chats and character movements. To achieve this, I am utilizing Noobhub, which establishes a TCP connection between the server (Node.js) and cli ...

A step-by-step guide to integrating cloud computing and creating tokens using PHP

I am looking to create a cloud computing project using PHP. The main goal of this project is for users to store their files on a cloud server and if any unauthorized manipulations occur, the system should be able to detect and correct them. My question is ...

top-notch cloud option for handling JSON requests

I am currently developing an Android app that needs to access JSON data from three different websites at specific intervals throughout the day. In order to simplify this process, I am seeking a cloud solution that enables me to utilize scripting languages ...

Dual Server Cloud Storage Platform for Enhanced File Sharing

Currently, my cloud storage website operates on a single server. I am interested in setting up a system where downloading and uploading occurs on the storage server, while the web application's source is hosted on a separate server to handle MySQL que ...

Transfer image to the cloud storage on Google's server

Can I upload photos to a Google Cloud server instead of my own server to reduce the load? I also need to fetch these images later on my server using PHP and MySQL. Is this possible, and if so, how should I go about doing it? Your assistance is greatly ap ...

What strategies can be implemented to prevent downtime in the event of NPM crashing? (specifically with regards to GC App Engine Deployment)

Recently, I experienced the frustration of encountering 429 errors when trying to access NPM servers. Since Google's App Engine relies on an NPM install for server deployment, this issue prevented me from deploying updates to our dev environment for a prol ...

What are the best options for hosting a ReactJS website on the internet with a custom domain and an SSL certificate?

I'm looking to deploy my React website on the web. I've already purchased a domain through GoDaddy and now I need to connect it to my site. Additionally, I want to secure it with an SSL certificate. Can anyone recommend the simplest way to accom ...

Deploy Vue.js and ASP.NET Core together on Azure Cloud

I have a project that combines ASP.NET Core with Vue.js and I am trying to deploy it on Azure App Service using a CI/CD GitHub account. Following Microsoft's guide, everything seemed to be going smoothly until I encountered an error during the publish ...

Create a flexible framework for extracting data from online sources

Currently, I am facing a situation where my server receives requests and I need a way to initiate the scraping process on a separate resource that is dynamically created. I would prefer not to conduct the scraping on my primary instance to prevent overload ...