Skip to content

diogosouza/logrocket-node-grpc-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogRocket 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
  • Client: Express/Node/Bootstrap web page to CRUD the server operations.

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

  • Inside the /client folder: node index
  • Inside the /root folder: npm start

Then, go to http://localhost:3000/ and test it out.

About

LogRocket Tutorial of a CRUD with gRPC and Node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published