In cpython I deploy using gevent or gunicorn for high performance/low memory usage with the ability to be non-blocking for realtime communication using <a href="http://socket.io">socket.io</a>.<div><br></div><div>If I want to move to using PyPy... what are my options for this type of setup?   Is there a non-blocking webserver in python that works well with PyPy?</div>