Skip to content

Real time communication (RTC) techniques implemented in Python.

License

Notifications You must be signed in to change notification settings

lymagics/real-time-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Communication

Real time communication (RTC) techniques implemented in Python.

Why?

The main reason is to get better understanding on how do RTC techniques work by implementing them in Python programing language.

The project can be interesting for those who want to figure out different RTC flow's and see them with practical examples.

Credits

Diagrams used in this project was taken from article HTTP Short vs Long Polling vs WebSockets vs SSE by Aditi.