Thank you for the reply. We send a API REST call with the Symbols we want included in the websocket, and it updates the feed accordingly. so Its a very dynamic feed. The goal is that the end user can then subscribe to the light steamer for the individual symbol they need that are parsed from the core feed coming into the server. The feed is provided as real-time data with up to 1500 symbols per websocket connection. We are currently doing it all as REST API calls, but that is not sustainable long term. Our team is made up of Oracle Database guys that know general front end / javascript / php / css kind of stuff with PL/SQL / Oracle backend. More then willing to learn, but more of a reverse engineering kind of a guy that's just lost with all the different examples.