Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.4 KB

README.md

File metadata and controls

31 lines (23 loc) · 2.4 KB

Welcome to the world of Simple Starters!

The goal of the project is to create simple and documented templates for server-side applications, in a variety of programming languages and technologies.

We currently support:

Node.js

RESTful service

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.

gRPC service

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.

Golang

RESTful service

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.

gRPC service

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.

Python

RESTful service

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.

gRPC service

a gRPC base service, written in Python.
Includes Dockerfile for build stage, test scripts and relevate Makefile.