Pomax / are-we-flying

Writing auto-pilots in JavaScript for MSFS
40 stars 2 forks source link

make the client ask for "flight model" and "flight information" instead of building its own #30

Closed Pomax closed 9 months ago

Pomax commented 9 months ago

The client should not need to create its own copy of a FlightInformation object by querying the API through the serer, it should be able to just ask the server for its flight information.

Pomax commented 9 months ago

this finally works.