-
Notifications
You must be signed in to change notification settings - Fork 0
shreyash0023/Server-Client-Implementation-Multithreading-Inlcuded
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Language: Python 2.7.15 :: Anaconda, Inc. How to run server on terminal: Go to the server.py directory type python Server.py The Server starts running and waits for client connection How to run Client on terminal: Go to the client.py directory type python Client.py 127.0.0.1 8112 helloWorld.html -> This gives the data on the client side or type python Client.py 127.0.0.1 8112 someOtherFile.html -> This gives the 404 Not Found Error on Client side How to run on browser: Go to the server.py directory type python Server.py The Server starts running and waits for client connection Open a browser, and type: http://localhost:8111/helloWorld.html -> This prints HelloWorld on the screen or http://localhost:8111/someOtherfile.html -> This gives the 404 Not Found Error on Client side
About
Server and Client implementation on Python. The Client can be handled with terminal, and also with a browser.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published