Status (master branch)
MetWork Framework is an opensource system for building and managing production grade applications or micro-services (from development to operations).
This in the Metwork Framework "SERVices" module. This module is a kind of private PAAS which help to develop, run and manage webservices applications.
With this module, you can easily implement robust webservices with:
- synchronous Python3 (with a custom virtualenv including the framework you want like Django, Flask...)
- synchronous Python2 (with a custom virtualenv including the framework you want like Django, Flask...)
- asynchronous Python3 (with aiohttp and your custom virtualenv)
- nodejs (and your custom
node_modules
)
All these technologies are managed in a "production ready" with:
- a dynamically configured
nginx
webserver in front - some multiple workers in back
- memory limits
- autorestart features
- logs and metrics
A cheatsheet for this module is available here
- (for master (development) version), see this dedicated site for reference documentation.
- (for latest released stable version), see this dedicated site for reference documentation.
For very specific use cases, you might be interested in reference documentation for integration branch.
And if you are looking for an old released version, you can search here.
See this document.
See this document.
See CONTRIBUTING.md file.
See CODE_OF_CONDUCT.md file.
(If you are officially paid to work on MetWork Framework, please contact us to add your company logo here!)