Socket.IO module
- Python 3.9
- Cython
- FastAPI
- python-socketio
- asyncio
- fastapi https://github.com/tiangolo/fastapi
- socket.io https://github.com/miguelgrinberg/python-socketio
- websockets
# 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
.
├── fastapi_tm_sockets
├── conf
│ └── fastapi_tm_sockets
│ └── product.local.toml
├── docker-compose.yml
└── logs
└── fastapi_tm_sockets
├── x.log
└── x-test.log