scorelab / OpenIoE

Open-source middleware platform for building, managing, and integrating connected products with the Internet of Everything.
Apache License 2.0
24 stars 42 forks source link

[Opinion] Migrate from java backend #38

Open Benjamin-Mueggenburg opened 5 years ago

Benjamin-Mueggenburg commented 5 years ago

The current project is using java as the back-end. Java is slowly becoming less and less used and out of date. Migrating from java to python (using flask) or NodeJS (using Express), would allow for more people to contribute as these two are more well known, with better documentation and tutorials. Furthermore, these popular backed languages/libraries, are constantly evolving with new features, and tools for debugging.