We are all bathed in propaganda and distraction and false consciousness, so many things that should be obvious in a better world would actually be shocking and rejected out of hand by most people if you just told them the conclusive facts. Liberals invested in the voting system already conflate it with democracy and repeat propaganda against “enemy” states when they deviate from this model, calling them undemocratic. Those same liberals are unhappy with their governments and do not feel represented (correct!) but simultaneously justify and entrench their own systems as great and buy the propaganda that the real problems are things like those who vote wrong or immigrants, etc.
Underneath this propaganda is the greater mover of white supremacy and the colonizer mindset. A false sense of superiority salves the wound.
A web server is just any software that can be accessed with web network protocols. This can look like a lot of things. If you have Python installed you can start a web server right now by running
python -m http.server
. localhost:8000 in a browset would then let you browse files via the (local) web.What kind of server do you want to run?