Skip to content

amirraouf/grpc-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

grpc_tools_node_protoc --js_out=import_style=commonjs,binary:. --grpc_out=grpc_js:. todo.proto

python -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. ./todo.proto

then run in a terminal

python server.py

and in another terminal

node client.js --todo <todotext>

About

first trial with grpc with js client and python server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published