Skip to main content

twork is a server-app framework based on tornado

Project description

# twork

twork is a T**ornado Application Frame**Work, it supports business module injection, the module called TworkApp.

## Features

### Web App Framework

  • Control(WebApplication)/Model(RequestHandler) separation, users simply writing Handler Model

  • Web RequestHandler should be Inherited from twork.web.action.base.BaseHandler

### Unified Infrastructure

  • Web access logging

  • Status statistics

  • Overload protection

  • IP checking

  • Others

### Open Design

  • Not only for web application framework

  • Can be directly embedded other control model, like that the custom protol server-app

  • Custom Logging Support

### Scaffold Support

  • Build your own Tornado Application

  • As a app module injected to twork

### Easy Maintainable

  • Script Tools: log cut, log reopen, tworkd kill and others

  • Consistent process name: twork::$APP/$VERSION

## Easy To Use

### Environment

virtualenv is recommend.

  • [virtualenv](http://www.virtualenv.org/en/latest/) is a tool to create isolated Python environments

  • Initialize and enter the app virtualenv

  • For example, creating the hello application here

### Install twork

### TworkApp Build

Create your own tornado application based on twork.

  • twork-admin -app=hello -prefix=~/workspace

  • cd ~/workspace

#### Web Handler(Optional) + write your web request handler in hello/hello/web/action directory, the handler should be Inherited from twork.web.action.base.BaseHandler + add uri:handler map to HANDLERS in hello/hello/app.py

### Run TworkApp with tworkd

  • make install

  • tworkd –app_module=hello.twork_injection

### Check the web server

## Requirements The following libraries are required

  • tornado==2.4.1

  • setproctitle==1.1.8

  • nose==1.3.3

## Issues

Please report any issues via [github issues](https://github.com/bufferx/twork/issues)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twork-2.0.0.6.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

twork-2.0.0.6-py2.7.egg (47.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page