rhaamo / pyAirwaves

pyAirwaves is an ADS-B and AIS processing, storage (planned), and display application with Leaflets integration.
GNU Affero General Public License v3.0
10 stars 4 forks source link

New backend in elixir #68

Closed rhaamo closed 4 years ago

rhaamo commented 4 years ago

Async in python is too awful. And splitting the backend in half (websocket on one side, rest of the other) would duplicate a lot of things.

Decision has been made to (try for now) rewrite the whole backend (except data ingesters) in Elixir.