Skip to content

Methodus motivation

Roi ben haim edited this page Jun 8, 2019 · 1 revision

Methodus is trying to relieve the developer from the hassle of implementing remote procedure call logic, while allowing him to focus on developing his "brain code" instead of communication boiler plates.

The idea is simple. create a configurable client-server relation, that can be switched on and off. oh, and it needs to be lean and mean, so we want the developer code to contain the minimum code of the infrastructure as possible.

Decorations & Annotations are key elements in a Methodus application. They are the glue between the different function calls.In doing so, the application code remains agnostic to the application running it.It can be developed using the Express framework and when ever the need rises switch to a different modern one, without affecting the application code.

Clone this wiki locally