https://github.com/jozpedro23zx/basic_student_management
Simple grpc application with node
https://github.com/jozpedro23zx/basic_student_management
grpc grpc-node streaming
Last synced: 11 months ago
JSON representation
Simple grpc application with node
- Host: GitHub
- URL: https://github.com/jozpedro23zx/basic_student_management
- Owner: JozPedro23zx
- Created: 2022-07-20T12:50:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T13:13:30.000Z (over 3 years ago)
- Last Synced: 2025-01-24T09:26:59.160Z (about 1 year ago)
- Topics: grpc, grpc-node, streaming
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Simple grpc application with node
Go to src folder and run:
- node client
- node server
## Services:
1 - Get student grade(normal requisition).
2 - Check which students passed or failed (serverside streaming)
3 - Send presents students names, returning who is present and absent (clientside streaming)
4 - Get the highest grade of specific subject (dureplex staming)