Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauntek/python-ngrokd
https://github.com/hauntek/python-ngrokd
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hauntek/python-ngrokd
- Owner: hauntek
- License: gpl-3.0
- Created: 2016-08-26T08:27:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T13:22:41.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:42:27.601Z (4 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 98
- Watchers: 9
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - hauntek/python-ngrokd - (Python)
README
# python-ngrokd
基本上已经完善!并且24*7小时长时间工作,在期间我们多次并发压力测试,客户端退出资源释放等,均无任何问题。采用多线程异步处理,并发性能相当强悍!
# 运行环境
Python 2.7.9 或 Python 3.4.2 以上# 运行方法
ngrokd.py 配置后,直接运行即可.# 温馨提示
如果有小伙伴不想依赖环境运行,不妨可以试下PyInstaller,把py编译成可执行文件。## 更新日记 v1.46(2021/04/13)
***
1.分块中转数据
2.修复TCP有几率不会释放端口问题
***
## 更新日记 v1.42(2017/09/12)
***
1.转型类定义方法,优化代码流程
***