823 B
823 B
Examples
Here are a bunch of small example programs that use Eventlet. All of
these examples can be found in the examples
directory of a
source copy of Eventlet.
../examples/webcrawler.py
../examples/wsgi.py
../examples/echoserver.py
../examples/connect.py
This is a little different from the echo server, in that it broadcasts the messages to all participants, not just the sender.
../examples/chat_server.py