Skip to content

timesky/twork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twork

twork is a neTwork server framework based on tornado

Environment

Requirements

The following libraries are required

Usage & Debug

  • source $VIRTUALENV/bin/activate
  • cd $TORNADO_PATH && python setup.py install
  • cd $PYUTIL_PATH && python setup.py install
  • python twork/bin/tworkd.py -bind_ip=localhost -port=8000
  • or tworkd -bind_ip=localhost -port=8000

Deploy

  • source $VIRTUALENV/bin/activate
  • cd $TORNADO_PATH && python setup.py install
  • cd $PYUTIL_PATH && python setup.py install
  • python setup.py build_py -O2 bdist_egg --exclude-source-files
  • easy_install dist/twork-VERSION-PYTHON.egg

Supervisor

Case

Fork

  • fork the specified project from twork and create the git repo
  • python script/forkme.py

Issues

Please report any issues via github issues

About

twork is a network server framework based on tornado

Resources

License

Stars

Watchers

Forks

Packages

No packages published