inputmanjs-comment-component-with-fastapi-websocket InputManJSのコメントコンポーネントを使用したリアルタイム双方向通信を行うチャットアプリケーションのサンプルです。 バックエンドにはFastAPIを使用しています。 cd fastapi-comment-api pip install -r requirements.txt uvicorn app.main:app --reload