autobahn

    2

    1答えて

    私はTwistedでautobahnのlibを使ってwebsocketサーバーを開発しました。今私はtwistedとデーモンとしてそれを実行したい。 application = service.Application("someapp") # create the Application someService = internet.TCPServer(port, someFactory) #