Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogosouza/logrocket-node-grpc-crud

LogRocket Tutorial of a CRUD with gRPC and Node
https://github.com/diogosouza/logrocket-node-grpc-crud

crud grpc grpc-node logrocket nodejs

Last synced: about 1 month ago
JSON representation

LogRocket Tutorial of a CRUD with gRPC and Node

Awesome Lists containing this project

README

        

# 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.