© 2023 Hashnode
#server
Criando chaves gpg RSA Criando uma chave: gpg --gen-key Ou: gpg --expert --full-generate-key Escolha as opções:(1) RSA and RSA (default)4096 (RSA Keysize)3072 (subkeys)0 para nunca expirar ou escolha …
Application Programming Interface or API is a software interface that allows two applications to interact with each other without any user intervention. API is a collection of software functions and p…
You may sometimes want to upload a file on your computer to a remote server. There are a couple of ways that you can do that but one of the common and secure ways of doing it is by using the scp comma…
At least 9 in 10 persons who use the internet have once typed "www.google.com" in their browsers, whether they are searching for something, or typically checking their internet connection. Have you ev…
Creating a server using Node.js is a great way to build a scalable and efficient web application. In this blog post, we will go over the basic steps to create a simple server using Node.js. Step 1: Install Node.js The first step is to make …
What is a Client? A client typically refers to a device or software program that connects to a web server to access web-based resources or services. These clients are typically web browsers, such as G…
Client Client refers to a device or a software program that connent to a web server in order to access web based resources or service. Server Server is a device or a software program where we send data to client on behalf of the client requ…
This article is optional, and only concerns those who want to build a new server using consumer hardware. If you already have an old computer/Raspberry Pi, or are using a VPS, feel free to skip this a…
Enough with the intro fluff- let's jump right into it! Here's the architecture diagram from the last article. I'll walk through what each part means, and how it'll correspond to stuff we have to set u…
server server commonly refers to a software or program which provides respose to the request requested over internet. Apache Apache is a web server Live Server(a small server) Before usage of plugins. people used to write html code in notep…