Skip to content

pratik-k2/node-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial of a CRUD with gRPC and Node

This project is separated in two parts:

  • Server: where gRPC serves the remote calls defined in the proto file
  • Index: Express/Node CRUD the server operations.

In order to run this app, run these in separate command line windows:

  • Inside application root: node server.js
  • Inside application root: node index.js
  • Use curls from attack.sh files to access APIs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published