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
- Host: GitHub
- URL: https://github.com/akashbabu/template-grpc-service
- Owner: AkashBabu
- License: mit
- Created: 2018-06-24T16:59:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T16:58:42.000Z (almost 8 years ago)
- Last Synced: 2025-12-28T02:49:44.453Z (6 months ago)
- Topics: grpc, nodejs, server, template
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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