PyWebIO v1.2.3 使用手册
常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.2 What’s new in PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] ,并将 其绑定在 /tool 路由下。启动Tornado服务器后,访问 http://localhost/tool 即可打开PyWebIO应用。 注意 当使用Tornado后端时,PyWebIO使用WebSocket协议和浏览器进行通 讯,如果你的Tor 讯,如果你的Tornado应用处在反向代理(比如Nginx)之后,可能需要特别 配置反向代理来支持WebSocket协议,这里 有一个Nginx配置WebSocket 的例子。 需要添加一个PyWebIO相关的路由,用来和浏览器进行Http通讯: from pywebio.platform.flask import webio_view from pywebio import STATIC_PATH from flask0 码力 | 119 页 | 7.44 MB | 1 年前3PyWebIO v1.2.2 使用手册
常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.2 What’s new in PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] ,并将 其绑定在 /tool 路由下。启动Tornado服务器后,访问 http://localhost/tool 即可打开PyWebIO应用。 注意 当使用Tornado后端时,PyWebIO使用WebSocket协议和浏览器进行通 讯,如果你的Tor 讯,如果你的Tornado应用处在反向代理(比如Nginx)之后,可能需要特别 配置反向代理来支持WebSocket协议,这里 有一个Nginx配置WebSocket 的例子。 需要添加一个PyWebIO相关的路由,用来和浏览器进行Http通讯: from pywebio.platform.flask import webio_view from pywebio import STATIC_PATH from flask0 码力 | 119 页 | 7.41 MB | 1 年前3PyWebIO v1.1.0 使用手册
常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] , 并 将其绑定在 /tool 路由下。启动Tornado服务器后,访问 http://localhost/tool 即可打开PyWebIO应用 注意 当使用Tornado后端时,PyWebIO使用WebSocket协议和浏览器进行通 讯,如果你的Tor 讯,如果你的Tornado应用处在反向代理(比如Nginx)之后, 可能需要特 别配置反向代理来支持WebSocket协议,这里 有一个Nginx配置 WebSocket的例子。 需要添加一个PyWebIO相关的路由,用来和浏览器进行Http通讯: from pywebio.platform.flask import webio_view from pywebio import STATIC_PATH from0 码力 | 119 页 | 7.41 MB | 1 年前3PyWebIO v1.4.0 使用手册
PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO platform 模块 pywebio.platform 模块提供了将PyWebIO应用以多种方式部署的支持。 PyWebIO的服务端与浏览器可以通过两种协议(WebSocket 和 HTTP 协议)进行 通信,默认使用WebSocket协议,如果你想使用HTTP协议,你可以选择本模块 中的其他 start_server() 函数。 如果要为PyWebIO应用设置一些网页相关的配置,可以尝试使用 'tornado' , 'flask' , 'django' , 'aiohttp' , 'starlette'. protocol (str): PyWebIO服务器与浏览器之间的通信协议。可能的值 为 'websocket' 或 'http' request (object): 创建当前会话时的Web请求对象. 根据PyWebIO使 用的后端Server不同,request 的类型也不同: 使用Tornado后端时0 码力 | 135 页 | 7.45 MB | 1 年前3PyWebIO v1.3.1 使用手册
Deploy 其他 第三方库生态 构建stand-alone App 数据可视化 示例Demos 基本demo 数据可视化demo 其他 常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.3 What’s new in PyWebIO 1.2 What’s new in PyWebIO PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO webio_handler() 来获取在Tornado中运行 PyWebIO应用的 WebSocketHandler [https://www.tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] 类: import tornado.ioloop import tornado.web from pywebio.platform0 码力 | 132 页 | 7.45 MB | 1 年前3PyWebIO v1.3.3 使用手册
Deploy 其他 第三方库生态 构建stand-alone App 数据可视化 示例Demos 基本demo 数据可视化demo 其他 常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.3 What’s new in PyWebIO 1.2 What’s new in PyWebIO PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO webio_handler() 来获取在Tornado中运行 PyWebIO应用的 WebSocketHandler [https://www.tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] 类: import tornado.ioloop import tornado.web from pywebio.platform0 码力 | 132 页 | 7.45 MB | 1 年前3PyWebIO v1.3.0 使用手册
Deploy 其他 第三方库生态 构建stand-alone App 数据可视化 示例Demos 基本demo 数据可视化demo 其他 常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.3 What’s new in PyWebIO 1.2 What’s new in PyWebIO PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO webio_handler() 来获取在Tornado中运行 PyWebIO应用的 WebSocketHandler [https://www.tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] 类: import tornado.ioloop import tornado.web from pywebio.platform0 码力 | 132 页 | 7.45 MB | 1 年前3PyWebIO v1.3.2 使用手册
Deploy 其他 第三方库生态 构建stand-alone App 数据可视化 示例Demos 基本demo 数据可视化demo 其他 常用的Codemirror选项 Nginx WebSocket配置示例 常见问题 Release notes What’s new in PyWebIO 1.3 What’s new in PyWebIO 1.2 What’s new in PyWebIO PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO webio_handler() 来获取在Tornado中运行 PyWebIO应用的 WebSocketHandler [https://www.tornadoweb.org/en/stable/websocket.html#tornado.websocket.WebSocketHandler] 类: import tornado.ioloop import tornado.web from pywebio.platform0 码力 | 132 页 | 7.45 MB | 1 年前3PyWebIO v1.5.1 使用手册
PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO platform 模块 pywebio.platform 模块提供了将PyWebIO应用以多种方式部署的支持。 PyWebIO的服务端与浏览器可以通过两种协议(WebSocket 和 HTTP 协议)进行 通信,默认使用WebSocket协议,如果你想使用HTTP协议,你可以选择本模块 中的其他 start_server() 函数。 如果要为PyWebIO应用设置一些网页相关的配置,可以尝试使用 'tornado' , 'flask' , 'django' , 'aiohttp' , 'starlette'. protocol (str): PyWebIO服务器与浏览器之间的通信协议。可能的值 为 'websocket' 或 'http' request (object): 创建当前会话时的Web请求对象. 根据PyWebIO使 用的后端Server不同,request 的类型也不同: 使用Tornado后端时0 码力 | 144 页 | 7.46 MB | 1 年前3PyWebIO v1.5.2 使用手册
PyWebIO 1.1 What’s new in PyWebIO 1.0 What’s new in PyWebIO 0.3 What’s new in PyWebIO 0.2 实现文档 服务器-客户端通信协议 Command Event Indices and tables 索引 模块索引 搜索页面 Discussion and support Need help when use PyWebIO platform 模块 pywebio.platform 模块提供了将PyWebIO应用以多种方式部署的支持。 PyWebIO的服务端与浏览器可以通过两种协议(WebSocket 和 HTTP 协议)进行 通信,默认使用WebSocket协议,如果你想使用HTTP协议,你可以选择本模块 中的其他 start_server() 函数。 如果要为PyWebIO应用设置一些网页相关的配置,可以尝试使用 'tornado' , 'flask' , 'django' , 'aiohttp' , 'starlette'. protocol (str): PyWebIO服务器与浏览器之间的通信协议。可能的值 为 'websocket' 或 'http' request (object): 创建当前会话时的Web请求对象. 根据PyWebIO使 用的后端Server不同,request 的类型也不同: 使用Tornado后端时0 码力 | 144 页 | 7.46 MB | 1 年前3
共 86 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9