Article Outline
Python socket example 'Server'
Modules used in program:
import Sockets as server
python Server
Python socket example: Server
import Sockets as server
server = server.Server("127.0.0.1", 8080)
server.start()
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com