Python Simple Http Client-Server

Published: 28 April 2013
on channel: Wojciech Wawrzyniak
3,688
0

In my project client will request server to get data from the web page
Detail description:
1. running the server
2. import socket
3. setup hosts and ports
4. creating a socket
5. binding the port to the socket then listen on that port
6. handling server request
7. sending data to the client
8. print output- first line summarise: protocol version, message number, and status (using wx instead of easy gui)
9. print output- data from web page
10. shut down file and socket


Writing the program you learn how HTTP works and this is quite important. Because for example work by all browsers and basically do the same thing, but of course, browsers are have much more powerful functions.
The program runs on localhost. That is the primary IP address is 127.0.0.1, it displays the index.html page of the web directory.


On this page of the site you can watch the video online Python Simple Http Client-Server with a duration of hours minute second in good quality, which was uploaded by the user Wojciech Wawrzyniak 28 April 2013, share the link with friends and acquaintances, this video has already been watched 3,688 times on youtube and it was liked by 0 viewers. Enjoy your viewing!