Coder Social home page Coder Social logo

iceworld's Introduction

ICEworld

A multithread implementation based on Tornado

a fast restful dev framework based on tornado.
Take advantage of a fashionable C10K framework Tornado(ioloop).
ioloop throws requests to threadpool, threadpool notifies ioloop when it is done.
Before deployment, tornado and futures are required.
    sudo easy_install tornado
    sudo easy_install futures
    sudo easy_install lxml

Quick Start

1.在“biz”目录中创建一个py文件,文件名任意但最好不要跟第三方库冲突

2.使用 "Router.route" 装饰器注册函数到路由表中,仿造示例即可

3.到“bin”目录下,使用命令"python serv.py" 启动工程,用浏览器访问步骤二中注册的路径可看到效果

基于tornado改装的多线程业务处理模型框架,自带跨域请求,json/xml参数解析,缓存和路由优化。适合多人合作的service系统后台搭建!

疑问请联系: [email protected]

no rights reserved, enjoy!!

iceworld's People

Contributors

nikoloss avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.