
Skitai WSGI App Engine
Copyright (c) 2015 by Hans Roh
License: BSD
- Documentation: Be patient for a while retrieving from PyPI
- Documentation: Async Version
- Websocket Test
Skitai App Engine (SAE) 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.
SAE orients light-weight, simplicity and strengthen networking operations with external resources - HTTP / HTTPS / XML-RPC / PostgreSQL - keeping very low costs.
It is influenced by Zope and Flask a lot.
- SAE can be run as Web, XML-RPC and Reverse Proxy Loadbancing Server
- SAE can handle massive RESTful API/RPC/HTTP(S) connections based on asynchronous socket framework at your apps easily
- SAE provides asynchronous connection to PostgreSQL
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.