How to share websocket with multiple components

This is NOT chat service. It’s the service that real time data is sent to different react components through websocket.

I know how to do it with one websocket bound to one component. How can I make one websocket shared betwen multiple components? Do I need to use context?

What’s the best way to do this?