The init currently calls serve_forever() that prevents execution from continuing.
Init also registers signal handlers - this is only allowed in the main thread.
Thus currently it is not possible to start the server on background and continuing working on something else on the main thread.