We need to add some option to "run in the background". we can use `fork` ``` crystal fork do app.serve end ``` or some internal design to this this thing.