* 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.