tcpx
tcpx copied to clipboard
a cross-language tcp framwork in golang
I'm having a problem and I haven't found a way to link proxies using tcpx like socks5
hello i try get get tcpx many times, always report error. But i try other repositories, like github.com/fwhezfwhez/model_convert, it is successful
Graceful stop/restart just stops listener without considering whether there exists unconsuming request in server. It's not graceful as expected. Now graceful stop/restart only make effect that tcp stops/restart will not...
Hello, tcpx now support tls for your server.Know that: - If you want to suport tls using ISP commercial solution, then you don't actually need this functional promotion. - If...
Hello! Tcpx now provide a better practice routing style for developer. In the past, routers are like: ```go srv.AddHandler(1, login) srv.AddHandler(3, auth) ``` This kind of routing is based on...
Hello, TCPX now provides well practice on anchor middleware, which now can get called without times limit. In the old version, operation below is not allowed: ```go srv.Use("middle1", middle1) srv.AddHandler()...
It's easy to build a single server spot using tcpx. But once user number too much, one server must expand to several or clouds. How to use tcpx to build...
Have some complete protocol specification for writing client programs in other languages.
Hello! Tcpx is all the time developing.If you want any special feature, you can suggest here. Formating: **[feature-asking] Can ... ?** **[usage-aking] What/Where/When/How ... ?** **[description] ...** [feature-asking] Can user...