show remote log. work with log-client
logcat --> log-server --> log-client
//install typescript globally
npm i -g typescript
npm i
// please compile my code
tsc
// then run the server
node ./dist/server/server.js
npm install -g wscat
wscat -c ws://echo.websocket.org
https://medium.com/factory-mind/websocket-node-js-express-step-by-step-using-typescript-725114ad5fe4
https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/hello-typescript.md
https://github.com/websockets/ws/blob/master/doc/ws.md