frdcms / mfserv

metwork/mfserv module

Home Page:http://metwork-framework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

mfserv

Status (master branch)

GitHub CI Maintenance License Gitter Gitter

What is MetWork FrameWork?

MetWork Framework is an opensource system for building and managing production grade applications or micro-services (from development to operations).

What is it?

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

Cheatsheet

A cheatsheet for this module is available here

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.

Installation guide

See this document.

Configuration guide

See this document.

Contributing guide

See CONTRIBUTING.md file.

Code of Conduct

See CODE_OF_CONDUCT.md file.

Sponsors

(If you are officially paid to work on MetWork Framework, please contact us to add your company logo here!)

logo

About

metwork/mfserv module

http://metwork-framework.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 60.2%Language:Shell 21.3%Language:Lua 5.7%Language:Makefile 5.4%Language:JavaScript 3.8%Language:HTML 2.3%Language:CSS 1.3%