Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 325 Bytes

hartlink-websocket

心拍数を取得してリアルタイム表示

 心拍数を取得してリアルタイムに心拍を表示するサーバー

セットアップ

pip install -r requirements.txt

WebSocket

pip install websockets

python実行

uvicorn main:app --reload