The goal of the project is to create simple and documented templates for server-side applications, in a variety of programming languages and technologies.
a RESTful base service, written in Node using Express Framework.
Includes webpack integration for ES6 support, Dockerfile for build stage, test scripts and relevate Makefile.
In addition, the serivce is build with all basic Middlwares tamplets for auth validation, data validation and headers validation.
a gRPC base service (ontop of HTTP 2.0), written in Node using Mali Framework.
Includes webpack integration for ES6 support, Dockerfile for build stage, test scripts and relevate Makefile
In addition, the serivce is build with all basic Middlwares tamplets for auth validation, data validation and headers validation.
As any other gRPC service, the source code includes a simple proto file for sample purposes.
a RESTful base service, written in Go using Gin Framework.
Includes Dockerfile for build stage, test scripts and relevate Makefile.
In addition, the serivce is build with all basic Middlwares tamplets for auth validation, data validation and headers validation.
a gRPC base service (ontop of HTTP 2.0), written in Go.
Includes Dockerfile for build stage, test scripts and relevate Makefile
In addition, the serivce is build with all basic Middlwares tamplets for auth validation, data validation and headers validation.
As any other gRPC service, the source code includes a simple proto file for sample purposes.
a RESTful base service, written in Python using Flask Framework.
Includes Dockerfile for build stage, test scripts and relevate Makefile.
In addition, the serivce is build with all basic Middlwares tamplets for auth validation, data validation and headers validation.
a gRPC base service, written in Python.
Includes Dockerfile for build stage, test scripts and relevate Makefile.