FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Rename localserver.js -> scoringserver.js #232

Closed kmeesters closed 7 years ago

kmeesters commented 7 years ago

For easier manageability in the cloud ;)

rikkertkoppes commented 7 years ago

Why does that lead to easier management?

I'd rather actually rename them all to index.js

alanggreen commented 7 years ago

One reason not to have them all index.js is because if you run the services with something like PM2 then it's harder to tell which is which

Jheronymus commented 7 years ago

can't we have both? like an alias?

kmeesters commented 7 years ago

You can use --name in PM2, or even create a specific YML to configure PM2

http://pm2.keymetrics.io/docs/usage/quick-start/

EDIT: ow wait, I actually created this one :) Can be closed for now, we might include a PM YML for cloud environments.