Skip to content

Commit c7549ee

Browse files
authored
Update README.md
1 parent 69eb245 commit c7549ee

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# Python-Socket-Programming
2-
Socket programming in python
1+
# Python Socket Programming
2+
Socket programming in python. You will find follwing on top of vanilla implementation you find in any first tutorial link you get from googling:
3+
* Multithreading to handle multiple client
4+
* Use of pickel to serialize any type of data
5+
* Handling of variable length data by passing data size along with payload
6+
* Passing data type with payload as additional information to take specific action accordingly (eg. if data type is image then save it)
7+
* Using keyboard interrupt to close client and server cleanly
8+
* Specifng list of trusted client so that no untrusted client could be connected
9+
10+
Feel free to request more feature you would like, i wil try to add it in free time
11+

0 commit comments

Comments
 (0)