All Projects → nikoloss → Iceworld

nikoloss / Iceworld

tonado的multi-thread 多线程封装

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Iceworld

Pytt
A Pure Python BitTorrent Tracker using Tornado.
Stars: ✭ 76 (-23.23%)
Mutual labels:  tornado
Chi
lightweight, idiomatic and composable router for building Go HTTP services
Stars: ✭ 10,581 (+10587.88%)
Mutual labels:  router
Fast Path Lede Openwrt
PLEASE GO TO NEW OPENWRT TRUNK BASED SFE FIRMWARE ->
Stars: ✭ 96 (-3.03%)
Mutual labels:  router
Barba
Create badass, fluid and smooth transition between your website's pages.
Stars: ✭ 9,372 (+9366.67%)
Mutual labels:  router
Literoute
LiteRoute is easy transition for your app. Written on Swift 4
Stars: ✭ 90 (-9.09%)
Mutual labels:  router
Work At Olist
Apply for a job at Olist's Development Team: https://bit.ly/olist-webdev
Stars: ✭ 93 (-6.06%)
Mutual labels:  tornado
Single Spa
The router for easy microfrontends
Stars: ✭ 10,395 (+10400%)
Mutual labels:  router
Dotweb
Simple and easy go web micro framework
Stars: ✭ 1,354 (+1267.68%)
Mutual labels:  router
Go Tgbot
Golang telegram bot API wrapper, session-based router and middleware
Stars: ✭ 90 (-9.09%)
Mutual labels:  router
Min
A minimalistic web framework with route grouping and middleware chaining
Stars: ✭ 95 (-4.04%)
Mutual labels:  router
Lit Element Router
A LitElement Router (1278 bytes gzip)
Stars: ✭ 85 (-14.14%)
Mutual labels:  router
Bone
Lightning Fast HTTP Multiplexer
Stars: ✭ 1,270 (+1182.83%)
Mutual labels:  router
Beluganos
The new network OS designed for white-box switches based on open API.
Stars: ✭ 95 (-4.04%)
Mutual labels:  router
Drouter
Android Router Framework
Stars: ✭ 80 (-19.19%)
Mutual labels:  router
Phprouter
PhpRouter is a powerful, minimal, and very fast HTTP URL router for PHP projects
Stars: ✭ 97 (-2.02%)
Mutual labels:  router
Hookrouter
The flexible, and fast router for react that is entirely based on hooks
Stars: ✭ 1,200 (+1112.12%)
Mutual labels:  router
Elasticsearch Hn
Index & Search Hacker News using Elasticsearch and the HN API
Stars: ✭ 92 (-7.07%)
Mutual labels:  tornado
Routersploit
Exploitation Framework for Embedded Devices
Stars: ✭ 9,866 (+9865.66%)
Mutual labels:  router
Twig
Twig - less is more's web server for golang
Stars: ✭ 98 (-1.01%)
Mutual labels:  router
React Router Scroll Memory
React component to keep the scroll of the page and to restore it if the user clicks on the back button of its browser
Stars: ✭ 95 (-4.04%)
Mutual labels:  router

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!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].