Commit Graph

1 Commits

Author SHA1 Message Date
Nikita Baksalyar d58c3f6a51
Add simple TypeScript client (#41)
* Add simple TypeScript client #39

* Unify endpoint format for JS & TS clients #44

Use a URL schema to determine secure connections (http://endpoint or https://endpoint)

* Detect the https protocol correctly

* Fix nodejs and typescript clients

Close the write stream after sending a request so that the gRPC server doesn't time out.
2023-02-17 12:08:06 +05:30