Bestoa / shadowsocks-vertx

Java port of shadowsocks with vertx.
Apache License 2.0
27 stars 23 forks source link

Refactor with Vert.x #25

Closed Bestoa closed 8 years ago

Bestoa commented 8 years ago

Currently, we need start new thread for each connection. Vert.x is awesome framework. We'd better refactor with it.

Bestoa commented 8 years ago

Done.