# redis-bbs **Repository Path**: dodoru/redis-bbs ## Basic Information - **Project Name**: redis-bbs - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-07 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Co Redis Chat 多频道的即时聊天室 1 # Python 3.5 >python -V # check python verion == 3.5 pyenv versions pyenv activate 3.5.2 pyenv virtualenv 3.5.2 env352 pyenv activate env352 python -V # 使用 gunicorn 启动 gunicorn --worker-class=gevent -t 9999 redis_chat_app:app # 开启 debug 输出 gunicorn --log-level debug --worker-class=gevent -t 999 redis_chat_app:app # 把 gunicorn 输出写入到 gunicorn.log 文件中 gunicorn --log-level debug --access-logfile gunicorn.log --worker-class=gevent -t 999 redis_chat_app:app ___ 预览图 ![image](https://github.com/dodoru/co_redis_chat/blob/master/img/001.png?raw=true)