Skip to main content

35 docs tagged with "Server"

View All Tags

AJAX

AJAX is defined as: (process) to Async Data Fetch from Server (via clunky legacy XHR methods). Topics on: XHR, Fetch API, A TCP/IP socket connection is establis

Anonymous Proxy

Anonymous Proxy is defined as: Proxy to hide Client IP & only reveal Proxy IP. Topics on: . Read more: Computer Science, Network, Network Node, Server, Proxy, O

Client

Client is defined as: user to access Server. Topics on: . Read more: Computer Science, Network, Network Node, Server, Client|FullStack Wiki by Roger J

CommonJS

CommonJS is defined as: (legacy) Module format (originally) for Servers (Node.js). Topics on: CommonJS Modules are loaded Syncly, exports, Import CommonJS Modul

Data Fetch

Data Fetch is defined as: (process) to Async GET data from Server. Topics on: Server State, Client State, Overfetch, Underfetch, Prefetch, REST is prone to Over

DDoS

DDoS is defined as: attack to flood Server with wasteful reqs to disrupt legitimate access, often via Botnet. Topics on: HTTP Flood, DDoS Protection, Botnet. Re

DELETE

DELETE is defined as: to send HTTP Request to delete Web Resource on Server. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Req

Dynamic Content

Dynamic Content is defined as: Data to generate/process on-the-fly (from Database). Topics on: . Read more: Computer Science, Network, Network Node, Server, Dyn

Dynamic Web Server

Dynamic Web Server is defined as: Static Web Server with extra Software to update/generate Dynamic Content to send Client. Topics on: Dynamic Content. Read more

Edge

Edge is defined as: Buzzword for Server to deploy closer to Client.. Topics on: Edge Function. Read more: Computer Science, Network, Network Node, Server, Edge,

ETIMEOUT

ETIMEOUT is defined as: Error TIMEOUT when unable to connect Server. Topics on: fix with npm config delete proxy. Read more: JS, Nodejs, Node Error Codes, ETIME

Forward Proxy

Forward Proxy is defined as: Proxy sit in front of Client as gateway to forward HTTP Request to Internet. Topics on: . Read more: Computer Science, Network, Net

Hardware Server

Hardware Server is defined as: Hardware to host server (ie rent via datacenter). Topics on: . Read more: Computer Science, Network, Network Node, Server, Hardwa

Horizontal Scaling

Horizontal Scaling is defined as: to add more Hardware Server instances to distribute load across more nodes. Topics on: . Read more: Computer Science, Network,

HTTP Server

HTTP Server. Topics on: . Read more: Computer Science, Network, Network Node, Server, Static Web Server, HTTP Server|FullStack Wiki by Roger J

NGINX

NGINX is defined as: Backend Server gateway to WWW, Reverse Proxy to handle HTTP Request/Caching/load balance. Topics on: NGINX runs Event Loop to handle up to

Open Proxy

Open Proxy is defined as: Proxy access open to all. Topics on: Forward Proxy, Anonymous Proxy, Transparent Proxy. Read more: Computer Science, Network, Network

PATH

PATH is defined as: URL Path on Server. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Client Routing, R

Port

Port is defined as: Gate to access Web Resource on Server. Topics on: Port omitted for default ports for HTTP (80) & HTTPS (443), Non-standard HTTP & HTTPS Port

Proxy

Proxy is defined as: Server to intermediate client-server connection. Topics on: Open Proxy, Reverse Proxy, NGINX. Read more: Computer Science, Network, Network

Resource Path

Resource Path is defined as: rest of URL after Domain || Path to resource on Server. Topics on: on older Web Site, Resource Path points to hosted static content

Reverse Proxy

Reverse Proxy is defined as: Proxy gateway to back-end. Topics on: . Read more: Computer Science, Network, Network Node, Server, Proxy, Reverse Proxy | Dev Wiki

Server

Server is defined as: Software Server/Hardware Server to handle response & serve content. Topics on: Software Server, Hardware Server, Static Web Server, Dynami

Server Side Render

Server Side Render is defined as: to Pre-render Static Content on Server Backend & serve to Thin Client with each request. Topics on: . Read more: React, React

socket.io

socket.io is defined as: Node.js Module to build WebSockets with built-in Server/Client & fallback Long Polling. Topics on: . Read more: JS, Nodejs, Node Stack,

Software Server

Software Server is defined as: Software to control how Client access content hosted on Server. Topics on: . Read more: Computer Science, Network, Network Node,

Static Content

Static Content is defined as: fixed content to deliver to Client w/o need to generate/process/modify. Topics on: . Read more: Computer Science, Network, Network

Static Web Server

Static Web Server is defined as: Computer Hardware run HTTP Server Software to send Static Content hosted files to Clients. Topics on: Static Content, HTTP Serv

Status Code

Status Code is defined as: (standard) 3-digit HTTP Response code sent by Server. Topics on: 1XX, 2XX, 3XX, 4XX, 5XX, res.status(code). Read more: Computer Scien

Thin Client

Thin Client is defined as: Browser Client only req to display (pre-rendered) static content from Server. Topics on: . Read more: Computer Science, Computer Lang

Tracker

Tracker is defined as: central Server to track/Announce Seed/Peer list. Topics on: Private Tracker. Read more: Computer Science, Network, Network Protocol, Bitt

TTFB

TTFB is defined as: Time To First Byte - Server/CDN Latency to send first byte to Client. Topics on: . Read more: Computer Science, Network, Network Scope, Inte

URL Parameter

URL Parameter is defined as: Extra placeholder data (as key/value pairs) in URL Segment to query Server. Topics on: URL Parameter typically denoted by ?key=valu

Web Site

Web Site is defined as: collection of Web Pages, access via common Server-hosted Domain Name. Topics on: Domain Name, Web Page, SSG, CMS, Web Vitals. Read more:

WebSockets

WebSockets is defined as: Web API to open 2-way Client/Server connection, to push update vs Polling. Topics on: use own Protocol to send/receive message from TC