Running websocket server in background
it says that this library is single threaded, I want my websocket server to keep running even though the app is in background. Is it possible? from the source code it doesn't seem to support running the server in separate thread.