Commit Graph

4 Commits

Author SHA1 Message Date
Mahmoud Al-Qudsi 4e44c9fd23 Upgrade to tokio 0.2 and futures 0.3 2020-01-01 14:48:31 -06:00
Mahmoud Al-Qudsi 62651197d5 Thread-free design, using tokio core for asynchronous proxying
No longer spawing two threads for each connection, now using tokio
core to use async network connections which should make this scale
beautifully.
2017-08-13 13:55:55 -05:00
Mahmoud Al-Qudsi e66805a5b2 Initial working version 2017-08-12 12:27:21 -05:00
Mahmoud Al-Qudsi 966102b189 Initial project structure 2017-08-11 22:53:31 -05:00