Linux serverlinux web serverNETWORK ADMINISTRATIONS

Unix Socket HTTP Explained #linux #programming

HTTP typically runs on top of TCP. But nothing prevents you from using Unix Domain Socket instead. Let’s see how we can use HTTP-over-UDS to build server & client, run a test, and deploy it using reverse proxy.

Related videos:


Playlist:

#100secondsofcode #linux #javascript #webdevelopment #computerscience #nodejs #programming #software

source

by nixhero

linux web server