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-24 months 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
minus-squareowsei@programming.devtoToday I Learned@lemmy.world•TIL that this cartoonish piranha catching technique actually workslinkfedilinkEnglisharrow-up40·6 months agoIt’s a great threat also it’s food 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!