route('/ws', new Servidorsocket(), array('*')); $app->run(); } catch (\Exception $th) { echo $th->getMessage(); }