fighter3005 / IoT_course_competition_leaderboard

0 stars 0 forks source link

Add a config file to configure the website and Webserver simultaneously #2

Open fighter3005 opened 1 month ago

fighter3005 commented 1 month ago

A config.js containing ranking weights, max packages, conditions for formatting, urls, ports and similar.

fighter3005 commented 1 month ago

Not really possible with global config.js, because of commonJS and esmodules. We need to find another way or discard the idea.