ADSB-Live is an Rxjs-based library for connecting to ADSBExchange's live TCP connection. It includes a sample GraphQL (Apollo) server to support subscribing to the data. Note that the sample server is primarily for development purposes, and probably can't handle heavy user loads.
Simply clone this repo, and run
npm install
You can run the GraphQL server with
npm start