Skip to content

Simple and documented templates for server-side applications

Notifications You must be signed in to change notification settings

matany90/RESTful-gRPC-simple-starters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple and documented templates for server-side applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published