Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 941 Bytes

websockets.md

File metadata and controls

23 lines (11 loc) · 941 Bytes

python websockets

https://websockets.readthedocs.io/en/stable/index.html

websocket for JSON-RPC 2.0 在websocket上实现的json rpc。好像htmx就用此方法实现rpc,但不是json rpc2.0,文档找不到了,最重要是有个envet id什么的,flet也是类似机制。

websocket for test

微软已经变更了文字转语音的接口 https://azure.microsoft.com/en-gb/products/cognitive-services/text-to-speech/#overview

目前正确的是 https://github.com/kxxt/aspeak

下面的内容仅供websocket学习侦测chrome如何进行websocket通信。

https://cdmana.com/2022/151/202205311252193388.html

https://github.com/ezshine/mstts-js

image

image