[TS/JS] Updates the grpc (#6654)

* Updates go lang support to allow other languages to communicate with it

* Update js grpc lib to use grpc-js

Reformat code
This commit is contained in:
mustiikhalil
2021-05-20 21:34:17 +03:00
committed by GitHub
parent 8937dcfd78
commit fbcb3c4236
8 changed files with 50 additions and 37 deletions

View File

@@ -8,7 +8,7 @@
"server": "node dist/server.js"
},
"dependencies": {
"flatbuffers": "^2.0.0",
"grpc": "^1.24.3"
"@grpc/grpc-js": "^1.3.2",
"flatbuffers": "^2.0.0"
}
}