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

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

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)