This gist contains two versions of a Node.js script for streaming market data using SignalR.
The simple_signalr_marketdata_stream.js
is a straightforward implementation. It connects to a SignalR server, subscribes to a specific channel, and logs the received market data.