An open API service indexing awesome lists of open source software.

https://github.com/akashbabu/template-grpc-service

Template for Nodejs GRPC Service
https://github.com/akashbabu/template-grpc-service

grpc nodejs server template

Last synced: 2 months ago
JSON representation

Template for Nodejs GRPC Service

Awesome Lists containing this project

README

          

# template-grpc-service
Template for Nodejs GRPC Service

## Running the application
> npm install
> npm run build
> npm start

## Running the application in dev-mode
> npm run dev

## Installation
> npm i lib -S

## ES-Lint
> npm run lint

## Babel
> npm run build

This command removes dist/ folder and builds it from the contents in src/ folder

## Mocha & Chai (Testing)
> npm run test

## Coverage Report
> npm run coverage

## Benchmark
> npm run benchmark

## Contributions
This is open-source, which makes it obvious for any PRs, but I would request you to add necessary test-cases for the same