Blitz-Mobile-Apps / grpc-crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grpc CRUD Sample

This is sample crud application for demonstration and you are free to clone and use it as per your need.

Prerequisites

  • Node
  • npm

Install and run it locally

Clone this repo to your local machine

git clone https://github.com/JamieDove/grpc-crud.git

Install the dependencies

npm install

Firstly you will need to generate certs for your system and project. and you can run this command.

npm run gen:certificates

Run Grpc Server

npm run server

now run client with params from 1 to 7

node client 1
node client 2
node client 3
node client 4
node client 5
node client 6
node client 7

About


Languages

Language:JavaScript 87.1%Language:Shell 12.9%