Skip to content

AoiKuiyuyou/AoikTornadoStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoikTornadoStudy

Python Tornado library study.

Tested working with:

  • Python 2.7 and 3.5
  • Tornado 4.4.2

Trace call using AoikTraceCall:

Table of Contents

Set up AoikTraceCall

Setup via pip

Run:

pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall

Setup via git

Run:

git clone https://github.com/AoiKuiyuyou/AoikTraceCall

cd AoikTraceCall

python setup.py install

Usage

Start server

Run:

python "AoikTornadoStudy/src/RequestHandlerIOLoopTraceCall.py" > Log.txt 2>&1

Send request

Run:

curl -X POST -d hello http://127.0.0.1:8000/

About

Python Tornado library study.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages