Skip to content

This is a repo for gRPC (Google Remote Procedure Call) Framework and Integration with NodeJS

Notifications You must be signed in to change notification settings

shahkushal38/gRPC-Node-Framework

Repository files navigation

gRPC-Framework

Index

  1. Introduction

  2. Get Started

  3. Documentation

  4. Submit Issue

1. Introduction

gRPC Framework can use used as Git Template for Projects related to microservices.

This is an Opinionated Framework which uses the following Technologies for the Microservices

  1. NodeJS - 16.0.0 or Above

2. Get Started

  1. Create Git Repository using gRPC Framework as the Template. Read More

  2. Make Sure you have NodeJS 16.0.0 or above installed on your local machine. Read More

  3. Make Sure the Yarn 1.0.0 or above installed on your computer. Read More

  4. Clone the Repository in your local machine. Read More

  5. Create .env file in your local Repository and add the following details content in the file. Read More

APP_ID=gRPC-Framework
PORT=50051
LOG_LEVEL=debug
  1. Install the Dependencies for the framework using yarn
yarn install

or

npm install
  1. Run the Application with Yarn
yarn start

or

npm start

Now your application will start

If Application Starts Properly you will find the following response

Server Started at Port 50051

In Case you find issues please following the steps provided above or contact chintan@wohlig.com

3. Submit Issue

Submit us on Github Repository

About

This is a repo for gRPC (Google Remote Procedure Call) Framework and Integration with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published