Technical requirements
This chapter assumes that you have a basic understanding of RxJS.
We used the ws
library, which is a WebSocket Node.js library, in order to support WS in our backend. For more details, check out this link: https://github.com/websockets/ws.
The source code of this chapter is available at https://github.com/PacktPublishing/Reactive-Patterns-with-RxJS-for-Angular-16-2nd-Edition/tree/main/Chap12.