Skip to content

py-yyc/async-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

async programming

Note: this code is totally taken without permission from David Beazleys talk (https://www.youtube.com/watch?v=ZzfHjytDceU). Inside that unassuming dad-bod is an absolute titan of Python knowledge and I highly recommend that everybody watches his talks on YouTube.

install

make a python 3 virtual environment

virtualenv -p python3.6 venv
source venv/bin/activate

run

./echoserver.py

from another terminal

nc localhost 2500
# type a string then enter
# ctrl-d to "hangup"

About

a simple async echo server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages