Skitai WSGI App Engine

Skitai WSGI App Engine


Skitai WSGI App Engine

Copyright (c) 2015-present, Hans Roh
License: MIT
Skitai is a kind of branch of Medusa Web Server - A High-Performance Internet Server Architecture.

Medusa is different from most other servers because it runs as a single process, multiplexing I/O with its various client and server connections within a single process/thread.

Skitai orients light-weight, simplicity and strengthen networking operations with external resources - HTTP / HTTPS / XML-RPC / PostgreSQL - keeping very low costs.

Skitai is not a framework for convinient developing, module reusability and plugin flexibility etc. It just provides some powerful communicating services for your WSGI apps as both server and client.

Also note it is inspired by Zope and Flask a lot.

From version 0.17 (Oct 2016), Skitai WSGI App Engine is seperated from this project.

If you want to run Skitai with fully pre-configured functional WSGI app engine as daemon or win32 service, install Skitai WSGI App Engine.

Conceptually, Skitai has been seperated into two components:

  1. Skitai App Engine Server, for WSGI apps
  2. Skito-Saddle, the small WSGI container integrated with Skitai. But you can also mount any WSGI apps and frameworks like Flask.