this post was submitted on 13 May 2025
635 points (99.4% liked)

Programmer Humor

23261 readers
763 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Atherel@lemmy.dbzer0.com 2 points 1 day ago

Well they all have their own web service, that's how they can deliver the interface. Of course there are a lot of applications that know they will run aside with others because they complement each other and will set a default port that won't interfere with them, but it can still happen and that's why you can change the port. 8080 (and 8008) are just the official alternative ports for HTTP traffic and thus still often set as default in the configuration of many applications.