Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hauntek/python-ngrokd


https://github.com/hauntek/python-ngrokd

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

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.转型类定义方法,优化代码流程

***