Starts the noonjs server by initializing all configured services and begins listening for incoming HTTP and WebSocket connections on the defined port in config.json or environment variables.
...
noonjs.start()
...
By default, noonjs runs on port 4000.