Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 306 Bytes

ratel

A Python asynchronous network library


Currently, only support epoll


测试

  • git clone https://github.com/tim-chow/ratel

  • cd ratel/

  • python setup.py install --user

  • ratel -w 3 -p 8899 -c ratel:RecordCommand

  • python client_test.py


文档补充中