
Skitai WSGI App Engine
- Documentation: Be patient for a while retrieving from PyPI (Async Response Version For Single Thread)
- Websocket Test
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.
- Working as Web, XML-RPC and Reverse Proxy Loadbancing Server
- HTML5 Websocket & HTTP/2.0 implemeted
- Handling massive RESTful API/RPC/HTTP(S) connections based on asynchronous socket framework at your apps easily
- Asynchronous connection pool with PostgreSQL, MongoDB and Redis
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 Daemon.
Conceptually, Skitai has been seperated into two components:
- Skitai App Engine Server, for WSGI apps
- Skito-Saddle, the small WSGI container integrated with Skitai. But you can also mount any WSGI apps and frameworks like Flask.