Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diogosouza/logrocket-node-grpc-crud
- Owner: diogosouza
- Created: 2020-03-24T14:43:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:57:06.000Z (about 2 years ago)
- Last Synced: 2023-03-24T00:30:26.070Z (almost 2 years ago)
- Topics: crud, grpc, grpc-node, logrocket, nodejs
- Language: Handlebars
- Homepage:
- Size: 99.6 KB
- Stars: 20
- Watchers: 2
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.