Skip to content

smithki/python-3-asyncio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python3/ayncio Code Exercise

This is an example using Python3 and asyncio to do the following:

  1. Run a service that tracks of how many WebSocket requests per second it is receiving.
  2. Run a client that can throttle the number of WebSocket messages per second it sends concurrently.

This could also be implemented using the popular Requests library.

Running the example

  1. Open a terminal to the working directory
  2. Run python3 server.py
  3. Run python3 client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages