owsei@programming.dev to 196@lemmy.blahaj.zone · 6 hours agoThe perfect rule for fastingplus-squareprogramming.devimagemessage-square1fedilinkarrow-up128arrow-down10
arrow-up128arrow-down1imageThe perfect rule for fastingplus-squareprogramming.devowsei@programming.dev to 196@lemmy.blahaj.zone · 6 hours agomessage-square1fedilink
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-up0·edit-29 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!