eqba1 / socket-programming

A curated list of awesome Socket Programming frameworks, libraries, software and resources

Home Page:https://eqba1.github.io/socket-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UOK Socket Programming

The GitHub repository for Socket Programming presentation in March 2022

A Command-Line Chat Room Application using python

Run:

Example:

First Change the directory to ./src then run the command below: Server :

$ python Server.py 9998

Client:

$ python Client.py localhost 9998

Result

Description

The Socket module in Python

>>> import socket
>>> dir(socket)
['__builtins__', '__cached__', '__doc__', '__file__',
'__loader__', '__name__', '__package__', '__spec__', '_
blocking_errnos', '_intenum_converter', ... ]
>>> 

Useful link

Course & Book

  1. Mastering Python for Networking and Security (book)
  2. Mastering Python Networking (book)
  3. Socket Programming in Python (course)

YouTube

Medium

GitHub

List of GitHub Repository:

Documentation

  1. Markdown Cheat Sheet
  2. Threading
  3. Socket Documentation

Licence

GNU GPLv3

About

A curated list of awesome Socket Programming frameworks, libraries, software and resources

https://eqba1.github.io/socket-programming

License:GNU General Public License v3.0


Languages

Language:Python 65.0%Language:CSS 19.7%Language:HTML 15.3%