JohnMarzulli / StratuxHud

Heads Up Display for use with Stratux. Designed for reflective HUD screens, intended for traffic call outs.
https://johnmarzulli.github.io/StratuxHud/
GNU Lesser General Public License v3.0
119 stars 22 forks source link

1.6 - Separate Traffic Manager Into Own Service #57

Closed JohnMarzulli closed 5 years ago

JohnMarzulli commented 5 years ago

Move the traffic manager (and WebSocket) code into its own service based on Node/JS + TypeScript.

This improves the performance AND reliability of the traffic code. It also moves the code into a more manageable "MicroServices" architecture.

This is part of the migration away from Python 2.7 t other languages and Python 3