Node entry point. Exposes all three aircraft feed factories - the
browser-safe, HTTP-polling JSON source, and the Node-only persistent
SBS/BaseStation and Beast binary socket sources.
Browser and edge consumers should use the ./browser entry point instead,
which omits createSbsAircraftFeed and createBeastAircraftFeed (both
depend on Node's net module and have no browser equivalent).
Node entry point. Exposes all three aircraft feed factories - the browser-safe, HTTP-polling JSON source, and the Node-only persistent SBS/BaseStation and Beast binary socket sources.
Browser and edge consumers should use the
./browserentry point instead, which omitscreateSbsAircraftFeedandcreateBeastAircraftFeed(both depend on Node'snetmodule and have no browser equivalent).