TCP client/server with Python

TCP client/server with Python
Welcome to the next pikoTutorial ! The minimal TCP server A TCP server listens for incoming connections on a specified port and communicates with clients over that connection. ⛶from socket i...
0 Read More

Lets understand HTTP

Lets understand HTTP
What is HTTP ? HTTP (Hypertext Transfer Protocol) is a protocol designed to transfer file (hypermedia) or information (hypertext) over a network.But, do you really know how does it work? How ...
0 Read More