https://github.com/wppurking/em_tunnel
通过 EventMachine 来实现一个 Sock5 tunnel
https://github.com/wppurking/em_tunnel
Last synced: 3 months ago
JSON representation
通过 EventMachine 来实现一个 Sock5 tunnel
- Host: GitHub
- URL: https://github.com/wppurking/em_tunnel
- Owner: wppurking
- Created: 2013-06-24T04:33:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-14T16:18:30.000Z (almost 12 years ago)
- Last Synced: 2025-01-21T12:47:20.571Z (5 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
这是一个学习性质的项目, 通过实现一个基于 Sock 5 的 Proxy Tunnel 来了解
EventMachine 与 Fiber 的使用