We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9b174 commit 989d01cCopy full SHA for 989d01c
README.md
@@ -6,6 +6,10 @@
6
## About
7
A sample socket programming in python using low level networking interface module [socket](https://docs.python.org/3.3/library/socket.html).
8
9
+## Instructions
10
+* Run server first and then client.
11
+* To close connection, give keyboard interrupt to client, server will close automatically.
12
+
13
## Features
14
You will find follwing on top of vanilla implementation you find in any first tutorial link you get from googling:
15
* Allowing communication with trusted client only, check using first received message from client as key message
0 commit comments