嗨我需要python中的websocket服务器,它支持chrome 16(协议版本13)中使用的协议.龙卷风和扭曲不起作用.Websockify有效,但我找不到任何文档.我需要最少的设置意味着较少的进口.请提前感谢帮助我.
我需要通过django在远程机器上调用fabric方法.我的意思是当用户发送给定请求时获取远程机器的主机名.像这样的东西:
def get_hostname(request):
hostname = os.system('fab remote_server hostname')
return hostname
Run Code Online (Sandbox Code Playgroud)