Hey All,
If you can spare a moment, kindly hit the following URL and let me know if you see tick data flowing.
http://www.ritchiestockexchange.com/tickdata/index.html
Technically:
- The exchange, market data server, and Web data server are all separate
- "Last sale" price data are sent via C/C++ socket connection to the market data server.
- The market data server sends data via another socket connection to a Nodejs Websocket server
- The Nodejs establishes websocket connections to subscribers. Subscription happens automatically on page load.
- Planned is to enable UDP subscriptions directly to the market data server.
Also, please take a look at the home page, and let me know if anything jumps out at you.
http://www.ritchiestockexchange.com/
Thank you all for your help and support.
Sincerely,
Keith
If you can spare a moment, kindly hit the following URL and let me know if you see tick data flowing.
http://www.ritchiestockexchange.com/tickdata/index.html
Technically:
- The exchange, market data server, and Web data server are all separate
- "Last sale" price data are sent via C/C++ socket connection to the market data server.
- The market data server sends data via another socket connection to a Nodejs Websocket server
- The Nodejs establishes websocket connections to subscribers. Subscription happens automatically on page load.
- Planned is to enable UDP subscriptions directly to the market data server.
Also, please take a look at the home page, and let me know if anything jumps out at you.
http://www.ritchiestockexchange.com/
Thank you all for your help and support.
Sincerely,
Keith