how to run server publicly

What is the correct way to run Cesium development server running publicly, by default when i run "node server.js" it run locally, in which way i can pass parameter to run publicly?

argv.port, argv.public ??

Hello,

If you run node server.js -h you can see the options you can use.

You can make the server public with node server.js --public

Best,

Hannah