Explore >> Select a destination


You are here

yasoob.me
| | muhammadraza.me
1.4 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | vcansimplify.wordpress.com
2.6 parsecs away

Travel
| | Following my previous post here , I'll get to the programming part.But before that a few concepts that are important. Client Server Model Anytime two devices want to connect through a TCP/IP socket , one of them has to be a client and the other has to be a server. As an example your computer...
| | iosoft.blog
1.8 parsecs away

Travel
| | So far I have used a large number of custom functions to configure and control the WiFi networking, but before adding yet more functionality, I need to offer a simpler (and more standard) way of doing all this programming. When it comes to network programming on Linux or Windows systems, there is only one widely-used...
| | venam.net
22.6 parsecs away

Travel
| Resolving hostnames (DNS?) might not seem like it, but it's complicated. Let's take a moment to see if we can at least demystify what happens on the client side instead of seeing it as a big tangled mess of configurations, libraries, and tools.