Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 517 Bytes

File metadata and controls

16 lines (13 loc) · 517 Bytes

BASIC GRPC-NODE TUTORIAL

Fork the repository
Then clone into your machine

run node server.js and node app.js
Used pug for templating. Test it on your browser on

localhost:3000

Routes are

/ - gives all detail
/id - gives you specific detail
/insert - use postman or other tool to create new record

feel free to tweak the code and change it according to your needs. the comments should be enough for you to understand if you have the basic knowledge on how grpc works.