Skip to content

mgmacias95/Simple-echo-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-echo-protocol

Simple echo server and client made with asyncio.

This code will be used as example for my talk at the YWT On The Beach meetup

How to use

The defined file structure allows implementing new messages for the protocol. Edit process_request and process_response functions:

  • In common.py file to add requests and responses for both server and client.
  • In server.py file to add requests and responses for the server.
  • In client.py file to add requests and responses for clients.

About

Simple echo server and client made with asyncio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages