You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
The current web server example, intented to be ran on the LoRa backend, is located in the javascript folder and implemented in the same language. It would be more efficient to reuse the python implementation in native python (since the tests already pass, it should be quick) in order to avoid code duplication.
Once this is done, it will be time to discuss completely ditching the javascript code.
The current web server example, intented to be ran on the LoRa backend, is located in the javascript folder and implemented in the same language. It would be more efficient to reuse the python implementation in native python (since the tests already pass, it should be quick) in order to avoid code duplication.
Once this is done, it will be time to discuss completely ditching the javascript code.