Skip to content

mthri/simulate-pubsub-pattern-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simulate Pub/Sub pattern by TCP Socket with Python

Run Server

python server.py

Run Client

python client.py [CLIENT-NAME] [DATA]

Data Structure

command,receiver-name,data

Example:

send hello from hossain to amir :)

python server.py
python client.py amir
python client.py hossain "send,amir,hello amir from hossain"

About

Simulate Pub/Sub pattern by TCP with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages