minus-squareowsei@programming.devtoSelfhosted@lemmy.world•How does hypixel have their website and minecraft server on their root domain? (I would like to do something similar)linkfedilinkEnglisharrow-up10arrow-down6·edit-22 days agoTCP is the way that you send information, HTTP is what it means. The difference, in your case, is the port. You can’t CAN have TCP and UDP on the same port, but you can’t have the same protocol on the same port. edit: I didn’t knew you could have different transfer protocols on the same port, ty! linkfedilink
TCP is the way that you send information, HTTP is what it means.
The difference, in your case, is the port. You
can’tCAN have TCP and UDP on the same port, but you can’t have the same protocol on the same port.edit: I didn’t knew you could have different transfer protocols on the same port, ty!