I published two pieces of software I had been working on recently. They are both related to consuming WebSocket and written in TypeScript.
Joe's Socket To Interface Utility This utility is to help discover a common interface from object sent over a WebSocket pipe.
Joe's WebSocket Manager A simple interface to connect to a WebSocket and receive an event when messages are pending.
The WebSocket manager has been used for some time in a side project and is very solid. The Socket To Interface Utility was a quick project I did yesterday to capture a single interface over a disparity of messages that start similar at the root but towards the leaves are very different.
I hope these are useful to someone. Enjoy!