Runtime crud layer can be replaced with loopback
This way we will provide various RESTfull service interoperability and crud framework without implementing one on our own. We can also base on rich ecosystem of loopback for corporate use cases.
An additional benefit will be to have the ability to support REST (loopback is RESTfirst framework)
Investigation
Swap runtime framework and generator to use loopback.
Investigate what types are needed to be generated etc.
Motivation
Runtime crud layer can be replaced with loopback This way we will provide various RESTfull service interoperability and crud framework without implementing one on our own. We can also base on rich ecosystem of loopback for corporate use cases.
An additional benefit will be to have the ability to support REST (loopback is RESTfirst framework)
Investigation
Swap runtime framework and generator to use loopback. Investigate what types are needed to be generated etc.