# fastapi_tm_sockets **Repository Path**: pankla/fastapi_tm_sockets ## Basic Information - **Project Name**: fastapi_tm_sockets - **Description**: Socket.IO module demo - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-01 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: FastAPI, asyncio ## README # README Socket.IO module ## ENV - Python 3.9 - Cython - FastAPI - python-socketio ## tags - *asyncio* - *fastapi* - *socket.io* - *websockets* ## 配置文件 ```text # the config for product env, refer to conf/product.toml conf/product.local.toml # the config for test env, refer to conf/test.toml, use CODE_ENV=tes conf/test.local.toml # the run shell scripts in container docker-entrypoint.sh ``` ```text . ├── fastapi_tm_sockets ├── conf │ └── fastapi_tm_sockets │ └── product.local.toml ├── docker-compose.yml └── logs └── fastapi_tm_sockets ├── x.log └── x-test.log ```